1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/rinetd/docker-compose.yml

9 lines
153 B
YAML
Raw Normal View History

2023-03-17 03:47:02 +00:00
version: "3.8"
services:
rinetd:
image: vimagick/rinetd
volumes:
- ./data:/etc/rinetd
network_mode: host
restart: unless-stopped