mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:34 +02:00
11 lines
157 B
YAML
11 lines
157 B
YAML
server:
|
|
image: vimagick/tinc
|
|
ports:
|
|
- "655:655/tcp"
|
|
- "655:655/udp"
|
|
volumes:
|
|
- tinc:/etc/tinc
|
|
cat_add:
|
|
- NET_ADMIN
|
|
restart: always
|