mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
10 lines
158 B
YAML
10 lines
158 B
YAML
|
tinc:
|
||
|
image: easypi/tinc-arm
|
||
|
volumes:
|
||
|
- ./tinc:/etc/tinc
|
||
|
environment:
|
||
|
- NETNAME=netname
|
||
|
net: host
|
||
|
privileged: yes
|
||
|
restart: unless-stopped
|