mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
10 lines
133 B
YAML
10 lines
133 B
YAML
server:
|
|
image: vimagick/tinc
|
|
ports:
|
|
- "655:655"
|
|
volumes:
|
|
- tinc:/etc/tinc
|
|
cat_add:
|
|
- NET_ADMIN
|
|
restart: always
|