1
0
Fork 0

Fix data volume path in docker-compose

This commit is contained in:
Angristan 2018-03-22 16:59:49 +01:00 committed by Benjamin Bouvier
parent 296c090563
commit 95981f6bec

View file

@ -29,7 +29,7 @@ services:
traefik.frontend.rule: "Host:${PEERTUBE_HOSTNAME}"
traefik.port: "9000"
volumes:
- ./data:/usr/src/app/data
- ./data:/data
depends_on:
- postgres
- redis