1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/rinetd/docker-compose.yml

7 lines
99 B
YAML
Raw Normal View History

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