1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-10 11:10:27 +02:00
dockerfiles/tinc/docker-compose.yml

10 lines
141 B
YAML
Raw Normal View History

2015-06-14 05:06:12 +02:00
server:
image: vimagick/tinc
ports:
- "655:655/udp"
volumes:
- tinc:/etc/tinc
net: host
privileged: true
restart: always