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:
|
|
|
|
- ./data:/app/data/
|
|
|
|
- ./config.toml:/app/config.toml
|