We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9350c1f commit 489b6f1Copy full SHA for 489b6f1
adguardhome/compose.yaml
@@ -41,7 +41,7 @@ services:
41
- "kuma.${APPNAME}.docker.name=${APPNAME}"
42
- "kuma.${APPNAME}.docker.docker_container={{container_id}}"
43
- "kuma.${APPNAME}.docker.parent_name=Infrastructure"
44
- - "kuma.${APPNAME}.docker.docker_host=1"
+ - "kuma.${APPNAME}.docker.docker_host=${DOCK_HOST}"
45
- "kuma.${APPNAME}.docker.notification_names=ntfy"
46
volumes:
47
- adguard-work:/opt/adguardhome/work
0 commit comments