mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix data volume path in docker-compose
This commit is contained in:
committed by
Benjamin Bouvier
parent
296c090563
commit
95981f6bec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user