1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/rinetd/docker-compose.yml

9 lines
153 B
YAML
Raw Permalink 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