20 lines
384 B
YAML
Executable File
20 lines
384 B
YAML
Executable File
version: "3"
|
|
|
|
services:
|
|
doh:
|
|
image: tmp/doh-proxy
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
#command: doh-proxy --help
|
|
container_name: doh-proxy
|
|
#restart: always
|
|
volumes:
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-file: '5'
|
|
max-size: 10m
|