1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00

add dns to tinc

This commit is contained in:
kev 2015-10-25 23:21:06 +08:00
parent 27d5b498c0
commit c73dce3f02
2 changed files with 2 additions and 0 deletions

@ -44,6 +44,7 @@ tinc:
- VERBOSE=2
cap_add:
- NET_ADMIN
dns: 8.8.8.8
restart: always
```

@ -9,4 +9,5 @@ tinc:
- VERBOSE=2
cap_add:
- NET_ADMIN
dns: 8.8.8.8
restart: always