actually expose docker server

This commit is contained in:
Kiara Grouwstra 2022-01-03 20:40:50 +01:00
parent 6bdcc7ab37
commit 8d30a92718
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ services:
- '8000'
volumes:
- .:/app
command: bash -c 'cd /app; pip install -r requirements.txt; python manage.py migrate; python manage.py runserver'
command: bash -c 'cd /app; pip install -r requirements.txt; python manage.py migrate; python manage.py runserver 0.0.0.0:8000'
# Names our volume
volumes:
my-db: