1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02: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

View File

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

View File

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