Switch to development tag to support multiple upstreams in bootstrap.

This commit is contained in:
Bartek Stalewski 2023-01-18 20:31:10 +01:00
parent 417d5d0929
commit c9865f35b3
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@ bootstrapDns:
upstream: https://1.1.1.1/dns-query upstream: https://1.1.1.1/dns-query
ips: ips:
- 1.1.1.1 - 1.1.1.1
upstream: https://1.0.0.1/dns-query
ips:
- 1.0.0.1
connectIPVersion: v4 connectIPVersion: v4
upstream: upstream:
default: default:

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
blocky: blocky:
image: spx01/blocky image: spx01/blocky:development
container_name: blocky container_name: blocky
restart: unless-stopped restart: unless-stopped
ports: ports: