mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
9 lines
153 B
YAML
9 lines
153 B
YAML
version: "3.8"
|
|
services:
|
|
rinetd:
|
|
image: vimagick/rinetd
|
|
volumes:
|
|
- ./data:/etc/rinetd
|
|
network_mode: host
|
|
restart: unless-stopped
|