mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
13 lines
186 B
YAML
13 lines
186 B
YAML
tinc:
|
|
image: vimagick/tinc
|
|
ports:
|
|
- "655:655/tcp"
|
|
- "655:655/udp"
|
|
volumes:
|
|
- tinc:/etc/tinc
|
|
environment:
|
|
- VERBOSE=2
|
|
cap_add:
|
|
- NET_ADMIN
|
|
restart: always
|