diff --git a/README.md b/README.md index 8ad7280..820a2d9 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,7 @@ A collection of delicious docker recipes. - [x] dask-notebook - [x] appbaseio/dejavu :mag: - [x] cachethq/docker +- [x] satishweb/doh-server - [x] snowzach/doods - [x] drone/drone - [x] drupal diff --git a/doh-server/README.md b/doh-server/README.md new file mode 100644 index 0000000..b022b30 --- /dev/null +++ b/doh-server/README.md @@ -0,0 +1,2 @@ +doh-server +========== diff --git a/doh-server/docker-compose.yml b/doh-server/docker-compose.yml new file mode 100644 index 0000000..ee4563c --- /dev/null +++ b/doh-server/docker-compose.yml @@ -0,0 +1,14 @@ +version: "3.8" +services: + doh-server: + image: satishweb/doh-server + ports: + - "8053:8053" + environment: + - UPSTREAM_DNS_SERVER=udp:8.8.8.8:53 + - DOH_HTTP_PREFIX=/dns-query + - DOH_SERVER_LISTEN=:8053 + - DOH_SERVER_TIMEOUT=10 + - DOH_SERVER_TRIES=3 + - DOH_SERVER_VERBOSE=false + restart: unless-stopped diff --git a/ggr/docker-stack.yml b/ggr/docker-stack.yml index 5e17f08..119f51b 100644 --- a/ggr/docker-stack.yml +++ b/ggr/docker-stack.yml @@ -22,7 +22,7 @@ services: condition: on-failure chrome: - image: selenium/standalone-chrome:3.141.59-20210311 + image: selenium/standalone-chrome:3.141.59 volumes: - /dev/shm:/dev/shm environment: