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

8 lines
104 B
YAML
Raw Normal View History

2015-07-13 14:40:05 +02:00
rsyncd:
image: vimagick/rsyncd
ports:
- "873:873"
volumes:
- data:/data
restart: always