mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
13 lines
188 B
YAML
13 lines
188 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
|