1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/rsyncd/docker-compose.yml
2016-05-08 19:42:45 +08:00

8 lines
108 B
YAML

rsyncd:
image: vimagick/rsyncd
ports:
- "873:873"
volumes:
- ./share:/share
restart: always