1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:09 +02:00
dockerfiles/rinetd/docker-compose.yml

7 lines
99 B
YAML
Raw Normal View History

2018-02-06 18:08:53 +08:00
rinetd:
image: vimagick/rinetd
volumes:
- ./data:/etc/rinetd
net: host
restart: always