Skip to content

Commit 489b6f1

Browse files
author
june012006
committed
Add variable to adguard home to declare docker host for autokuma
1 parent 9350c1f commit 489b6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adguardhome/compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
- "kuma.${APPNAME}.docker.name=${APPNAME}"
4242
- "kuma.${APPNAME}.docker.docker_container={{container_id}}"
4343
- "kuma.${APPNAME}.docker.parent_name=Infrastructure"
44-
- "kuma.${APPNAME}.docker.docker_host=1"
44+
- "kuma.${APPNAME}.docker.docker_host=${DOCK_HOST}"
4545
- "kuma.${APPNAME}.docker.notification_names=ntfy"
4646
volumes:
4747
- adguard-work:/opt/adguardhome/work

0 commit comments

Comments
 (0)