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:
parent
27d5b498c0
commit
c73dce3f02
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user