Skip to content

Commit 9a2bbd4

Browse files
committed
Bind server to IP 0.0.0.0 in docker-compose-dev.yml
1 parent fa81f21 commit 9a2bbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
api:
33
build: .
4-
command: "poetry run python3 /api/manage.py runserver"
4+
command: "poetry run python3 /api/manage.py runserver 0.0.0.0:8000"
55
env_file:
66
- .env
77
ports:

0 commit comments

Comments
 (0)