1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-30 09:16:41 +02:00
dockerfiles/rsyncd/docker-compose.yml

8 lines
108 B
YAML
Raw Normal View History

2015-07-13 14:40:05 +02:00
rsyncd:
image: vimagick/rsyncd
ports:
- "873:873"
volumes:
2016-05-08 13:42:45 +02:00
- ./share:/share
2015-07-13 14:40:05 +02:00
restart: always