1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
dockerfiles/rsyncd/docker-compose.yml

8 lines
108 B
YAML
Raw Normal View History

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