Skip to content

Commit 141b4a5

Browse files
author
june012006
committed
fix autokuma in adguard
1 parent f79f29f commit 141b4a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adguardhome/compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ services:
3939
#autokuma
4040
- "kuma.Infrastructure.group.name=Infrastructure"
4141
- "kuma.${APPNAME}.docker.name=${APPNAME}"
42-
- "kuma.${APPNAME}.docker.container_name=adguardhome"
42+
- "kuma.${APPNAME}.docker.docker_container={{container_id}}"
4343
- "kuma.${APPNAME}.docker.parent_name=Infrastructure"
44-
- "kuma.${APPNAME}.docker.docker_host_name: ${DOCK_HOST}"
44+
- "kuma.${APPNAME}.docker.docker_host=1"
4545
- "kuma.${APPNAME}.docker.notification_names=ntfy"
4646
volumes:
4747
- adguard-work:/opt/adguardhome/work

0 commit comments

Comments
 (0)