Files

13 lines
219 B
YAML
Raw Permalink Normal View History

2019-11-13 19:36:11 -08:00
version: '2.2'
services:
podsync:
container_name: podsync
2019-11-15 11:35:34 -08:00
image: mxpv/podsync:latest
2019-11-13 19:36:11 -08:00
restart: always
ports:
- 80:80
volumes:
2022-01-02 17:43:35 +02:00
- ./data:/app/data/
2022-01-02 15:33:11 +02:00
- ./config.toml:/app/config.toml