1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-26 00:38:37 +00:00
dockerfiles/tinc/docker-compose.yml
2015-06-14 15:15:04 +08:00

10 lines
133 B
YAML

server:
image: vimagick/tinc
ports:
- "655:655"
volumes:
- tinc:/etc/tinc
cat_add:
- NET_ADMIN
restart: always