1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/rslsync/docker-compose.yml

10 lines
169 B
YAML
Raw Normal View History

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