mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-20 04:59:25 +02:00
update
This commit is contained in:
parent
ed2162e6b0
commit
3f7e53c431
@ -32,10 +32,11 @@ To use this image, you need to:
|
|||||||
server:
|
server:
|
||||||
image: vimagick/tinc
|
image: vimagick/tinc
|
||||||
ports:
|
ports:
|
||||||
- "655:655"
|
- "655:655/tcp"
|
||||||
|
- "655:655/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- tinc:/etc/tinc
|
- tinc:/etc/tinc
|
||||||
cap_add:
|
cat_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
restart: always
|
restart: always
|
||||||
```
|
```
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
server:
|
server:
|
||||||
image: vimagick/tinc
|
image: vimagick/tinc
|
||||||
ports:
|
ports:
|
||||||
- "655:655"
|
- "655:655/tcp"
|
||||||
|
- "655:655/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- tinc:/etc/tinc
|
- tinc:/etc/tinc
|
||||||
cat_add:
|
cat_add:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user