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

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