1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/tinc/arm/docker-compose.yml
2016-07-13 11:41:21 +08:00

10 lines
158 B
YAML

tinc:
image: easypi/tinc-arm
volumes:
- ./tinc:/etc/tinc
environment:
- NETNAME=netname
net: host
privileged: yes
restart: unless-stopped