1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
This commit is contained in:
kev 2015-06-14 16:34:55 +08:00
parent ed2162e6b0
commit 3f7e53c431
2 changed files with 5 additions and 3 deletions

@ -32,10 +32,11 @@ To use this image, you need to:
server:
image: vimagick/tinc
ports:
- "655:655"
- "655:655/tcp"
- "655:655/udp"
volumes:
- tinc:/etc/tinc
cap_add:
cat_add:
- NET_ADMIN
restart: always
```

@ -1,7 +1,8 @@
server:
image: vimagick/tinc
ports:
- "655:655"
- "655:655/tcp"
- "655:655/udp"
volumes:
- tinc:/etc/tinc
cat_add: