1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/rinetd/docker-compose.yml

9 lines
153 B
YAML
Raw Normal View History

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