1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/tinc/docker-compose.yml

18 lines
311 B
YAML
Raw Normal View History

2015-06-22 13:57:34 +00:00
tinc:
2015-06-14 03:06:12 +00:00
image: vimagick/tinc
ports:
2015-06-14 08:34:55 +00:00
- "655:655/tcp"
- "655:655/udp"
2015-06-14 03:06:12 +00:00
volumes:
2015-09-02 03:52:53 +00:00
- ./tinc:/etc/tinc
2015-06-22 13:57:34 +00:00
environment:
- IP_ADDR=1.2.3.4
2019-06-06 00:36:40 +00:00
- ADDRESS=10.20.30.1
- NETMASK=255.255.255.0
- NETWORK=10.20.30.0/24
- RUNMODE=server
2015-06-14 14:15:54 +00:00
cap_add:
2015-06-14 07:15:04 +00:00
- NET_ADMIN
2015-10-25 15:21:06 +00:00
dns: 8.8.8.8
2015-06-14 03:06:12 +00:00
restart: always