dockerfiles/rinetd/docker-compose.yml

7 lines
99 B
YAML

rinetd:
image: vimagick/rinetd
volumes:
- ./data:/etc/rinetd
net: host
restart: always