build: no need to expose django port
This commit is contained in:
parent
4fcbdaa4db
commit
b3699d1069
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ services:
|
|||
python manage.py runserver 0.0.0.0:8000"
|
||||
volumes:
|
||||
- static:/app/staticfiles
|
||||
ports:
|
||||
- "8000:8000"
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue