1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/rslsync/docker-compose.yml
2016-09-20 12:18:01 +08:00

10 lines
169 B
YAML

rslsync:
image: vimagick/rslsync
ports:
- "8888:8888"
- "55555:55555"
volumes:
- ./data:/data
- ./rslsync.conf:/etc/rslsync.conf
restart: always