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

14 lines
214 B
YAML
Raw Normal View History

2015-06-22 15:57:34 +02:00
tinc:
2015-06-14 05:06:12 +02:00
image: vimagick/tinc
ports:
2015-06-14 10:34:55 +02:00
- "655:655/tcp"
- "655:655/udp"
2015-06-14 05:06:12 +02:00
volumes:
2015-09-02 05:52:53 +02:00
- ./tinc:/etc/tinc
2015-06-22 15:57:34 +02:00
environment:
2016-06-30 20:41:31 +02:00
- IP_ADDR=45.32.57.113
2015-06-14 16:15:54 +02:00
cap_add:
2015-06-14 09:15:04 +02:00
- NET_ADMIN
2015-10-25 17:21:06 +02:00
dns: 8.8.8.8
2015-06-14 05:06:12 +02:00
restart: always