Fix data volume path in docker-compose

pull/378/head
Angristan 2018-03-22 16:59:49 +01:00 committed by Benjamin Bouvier
parent 296c090563
commit 95981f6bec
1 changed files with 1 additions and 1 deletions

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