Skip to content

Commit d3d7afc

Browse files
committed
Merge pull request #18 from tanrax/patch-1
Fix bug volumes
2 parents 91f7dc8 + 59ecab8 commit d3d7afc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ web:
77
- postgres:postgres
88
- redis:redis
99
volumes:
10-
- /usr/src/app/static
10+
- ./web:/usr/src/app
11+
- ./web/static:/usr/src/app/static
1112
env_file: .env
1213
command: /usr/local/bin/gunicorn docker_django.wsgi:application -w 2 -b :8000 --reload
1314

0 commit comments

Comments
 (0)