Disabled healthcheck for unbound container

master
Meliurwen 3 years ago
parent 7753f41b64
commit fcc4ab576c
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 2
      docker-compose.yml

@ -31,6 +31,8 @@ services:
- dnscrypt - dnscrypt
volumes: volumes:
- ./volumes/unbound/etc/unbound:/opt/unbound/etc/unbound - ./volumes/unbound/etc/unbound:/opt/unbound/etc/unbound
healthcheck:
disable: true
dnscrypt-server-doh: dnscrypt-server-doh:
build: build:

Loading…
Cancel
Save