1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/tinc/arm/docker-compose.yml

10 lines
158 B
YAML
Raw Normal View History

2016-07-13 03:41:21 +00:00
tinc:
image: easypi/tinc-arm
volumes:
- ./tinc:/etc/tinc
environment:
- NETNAME=netname
net: host
privileged: yes
restart: unless-stopped