Switch to development tag to support multiple upstreams in bootstrap.
This commit is contained in:
parent
417d5d0929
commit
c9865f35b3
@ -2,6 +2,9 @@ bootstrapDns:
|
||||
upstream: https://1.1.1.1/dns-query
|
||||
ips:
|
||||
- 1.1.1.1
|
||||
upstream: https://1.0.0.1/dns-query
|
||||
ips:
|
||||
- 1.0.0.1
|
||||
connectIPVersion: v4
|
||||
upstream:
|
||||
default:
|
||||
|
@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
blocky:
|
||||
image: spx01/blocky
|
||||
image: spx01/blocky:development
|
||||
container_name: blocky
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user