This commit is contained in:
2025-11-20 23:53:47 +01:00
parent bc2ccf529f
commit 3a8cc691f4

View File

@@ -82,9 +82,13 @@ services:
labels: labels:
wud.watch: true wud.watch: true
wud.watch.digest: true wud.watch.digest: true
post_script: postinstall:
image: alpine image: alpine
depends_on: depends_on:
zabbix-server: zabbix-server:
condition: service_started condition: service_started
entrypoint: ["/sbin/apk", "add", "curl"] volumes:
- /usr/bin/docker:/usr/bin/docker
- /var/run/docker.sock:/var/run/docker.sock
- /share/docker_data/zabbix-server/scripts:/scripts
entrypoint: ["/bin/sh", "/scripts/install-curl.sh"]