Commit 6541ca7e by Chif Gergő

Fix volume name in docker-compose prod

parent c92b8619
Pipeline #1295 passed with stages
in 23 seconds
......@@ -7,7 +7,7 @@ services:
ports:
- "80:80"
volumes:
- "/static:/static"
- "/staticfiles:/staticfiles"
networks:
- backend
restart: on-failure
......@@ -39,7 +39,7 @@ services:
expose:
- "8000"
volumes:
- "/static:/static"
- "/staticfiles:/staticfiles"
depends_on:
- db
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment