mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-10 11:10:27 +02: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
|