Fix data volume path in docker-compose
This commit is contained in:
parent
296c090563
commit
95981f6bec
|
@ -29,7 +29,7 @@ services:
|
||||||
traefik.frontend.rule: "Host:${PEERTUBE_HOSTNAME}"
|
traefik.frontend.rule: "Host:${PEERTUBE_HOSTNAME}"
|
||||||
traefik.port: "9000"
|
traefik.port: "9000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/usr/src/app/data
|
- ./data:/data
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
|
|
Loading…
Reference in New Issue