Skip to content

Commit 8529524

Browse files
committed
Bind daphne to 0.0.0.0
1 parent 65a7366 commit 8529524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
depends_on:
77
- "postgres"
88
- "redis"
9-
command: daphne django_project.asgi:application
9+
command: daphne -b 0.0.0.0 -p 8000 django_project.asgi:application
1010
env_file: .env
1111
environment:
1212
DJANGO_ENV: "production"

0 commit comments

Comments
 (0)