1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-21 19:49:32 +02:00
dockerfiles/rinetd/docker-compose.yml

9 lines
153 B
YAML
Raw Normal View History

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