Skip to content

Commit 9e66229

Browse files
author
Andros Fenollosa
committed
Update docker-compose.yml
1 parent d6b76aa commit 9e66229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ web:
77
- postgres:postgres
88
- redis:redis
99
volumes:
10-
- /usr/src/app/static
10+
- .web:/usr/src/app
1111
env_file: .env
12-
command: /usr/local/bin/gunicorn docker_django.wsgi:application -w 2 -b :8000
12+
command: /usr/local/bin/gunicorn docker_django.wsgi:application -w 2 -b :8000 --reload
1313

1414
nginx:
1515
restart: always

0 commit comments

Comments
 (0)