mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user