1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/rslsync/docker-compose.yml

10 lines
169 B
YAML
Raw Normal View History

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