mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +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
|
|
cap_add:
|
|
- NET_ADMIN
|
|
restart: always
|