Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix(makefile): use aliases for debug backend
Browse files Browse the repository at this point in the history
Without this, the debug backend won't register properly
with the proxy, causing HTTP/502 errors
  • Loading branch information
winged committed Feb 28, 2023
1 parent 7dbb343 commit 9c47123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ migrate: ## Migrate django

.PHONY: debug-backend
debug-backend: ## Start backend container with service ports for debugging
@docker-compose run --service-ports backend
@docker-compose run --use-aliases --service-ports backend

.PHONY: flush
flush: ## Flush database contents
Expand Down

0 comments on commit 9c47123

Please sign in to comment.