mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
10 lines
141 B
YAML
10 lines
141 B
YAML
server:
|
|
image: vimagick/tinc
|
|
ports:
|
|
- "655:655/udp"
|
|
volumes:
|
|
- tinc:/etc/tinc
|
|
net: host
|
|
privileged: true
|
|
restart: always
|