Compare commits

...

2 Commits

1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ version: '3.8'
services: services:
web: web:
restart: unless-stopped
build: . build: .
command: python manage.py runserver 0.0.0.0:${PORT} command: python manage.py runserver 0.0.0.0:${PORT}
volumes: volumes: