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: ...@@ -7,7 +7,7 @@ services:
ports: ports:
- "80:80" - "80:80"
volumes: volumes:
- "/static:/static" - "/staticfiles:/staticfiles"
networks: networks:
- backend - backend
restart: on-failure restart: on-failure
...@@ -39,7 +39,7 @@ services: ...@@ -39,7 +39,7 @@ services:
expose: expose:
- "8000" - "8000"
volumes: volumes:
- "/static:/static" - "/staticfiles:/staticfiles"
depends_on: depends_on:
- db - 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