1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-07 13:43:53 +02:00
This commit is contained in:
kev 2015-06-22 21:57:34 +08:00
parent 438d9e5f24
commit 28b50156e6

View File

@ -1,10 +1,12 @@
server:
tinc:
image: vimagick/tinc
ports:
- "655:655/tcp"
- "655:655/udp"
volumes:
- tinc:/etc/tinc
environment:
- VERBOSE=2
cap_add:
- NET_ADMIN
restart: always