mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
add dns to tinc
This commit is contained in:
@@ -44,6 +44,7 @@ tinc:
|
|||||||
- VERBOSE=2
|
- VERBOSE=2
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
dns: 8.8.8.8
|
||||||
restart: always
|
restart: always
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -9,4 +9,5 @@ tinc:
|
|||||||
- VERBOSE=2
|
- VERBOSE=2
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
dns: 8.8.8.8
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user