1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-20 04:59:27 +02:00
dockerfiles/rslsync/docker-compose.yml

10 lines
169 B
YAML
Raw Normal View History

2016-09-19 14:27:44 +08:00
rslsync:
image: vimagick/rslsync
2016-04-14 11:19:08 +08:00
ports:
- "8888:8888"
- "55555:55555"
volumes:
- ./data:/data
2016-09-20 12:14:29 +08:00
- ./rslsync.conf:/etc/rslsync.conf
2016-04-14 11:19:08 +08:00
restart: always