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 15:00:00 +02:00
|
|
|
- ./data:/data/
|
|
|
|
- ./config.toml:/config.toml
|