You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-06-29 00:31:38 +02: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