1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
dockerfiles/rinetd/docker-compose.yml
2023-03-17 11:47:02 +08:00

9 lines
153 B
YAML

version: "3.8"
services:
rinetd:
image: vimagick/rinetd
volumes:
- ./data:/etc/rinetd
network_mode: host
restart: unless-stopped