mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
add doh-server
This commit is contained in:
parent
0fc6423eab
commit
df6940f6ec
@ -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
|
||||
|
2
doh-server/README.md
Normal file
2
doh-server/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
doh-server
|
||||
==========
|
14
doh-server/docker-compose.yml
Normal file
14
doh-server/docker-compose.yml
Normal file
@ -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
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user