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

Simplify docker-compose file

This commit is contained in:
Maksym Pavlenko
2019-11-15 10:35:09 -08:00
parent 22e7165da1
commit a3738ff432

View File

@ -7,7 +7,6 @@ services:
restart: always
ports:
- 80:80
command: --config /app/config.toml
volumes:
- ./data:/app/data/
- ./config.toml:/app/config.toml