Fix run server from docker compose
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
build: .
|
||||
image: touchh-py
|
||||
restart: on-failure
|
||||
command: ['python3', 'manage.py', 'runserver']
|
||||
command: ['python3', 'manage.py', 'runserver', '0.0.0.0:8000']
|
||||
depends_on: ['db']
|
||||
volumes:
|
||||
- .:/app
|
||||
|
||||
Reference in New Issue
Block a user