1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Fix data path in docker compose file

This commit is contained in:
Maksym Pavlenko
2022-01-02 17:43:35 +02:00
parent 656baa0234
commit 1c2e3740ba

View File

@@ -8,5 +8,5 @@ services:
ports: ports:
- 80:80 - 80:80
volumes: volumes:
- ./data:/data/ - ./data:/app/data/
- ./config.toml:/app/config.toml - ./config.toml:/app/config.toml