mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +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
|