1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/rslsync/docker-compose.yml

9 lines
130 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
restart: always