17 lines
270 B
YAML
17 lines
270 B
YAML
services:
|
|
dnsquery:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
restart: unless-stopped
|
|
init: true
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
cap_drop:
|
|
- ALL
|
|
read_only: true
|
|
tmpfs:
|
|
- /var/cache/nginx
|
|
- /var/run
|
|
- /tmp
|