This commit is contained in:
2025-11-20 23:59:53 +01:00
parent 52c271e592
commit 4fba507909

View File

@@ -83,11 +83,13 @@ services:
wud.watch: true wud.watch: true
wud.watch.digest: true wud.watch.digest: true
postinstall: postinstall:
image: docker:latest image: debian:12-slim
depends_on: depends_on:
zabbix-server: zabbix-server:
condition: service_started condition: service_healthy
volumes: volumes:
- /usr/bin:/usr/bin # mount whole directory
- /usr/lib:/usr/lib
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /share/docker_data/zabbix-server/scripts:/scripts - /share/docker_data/zabbix-server/scripts:/scripts
entrypoint: ["/bin/sh", "/scripts/install-curl.sh"] entrypoint: ["/bin/sh", "/scripts/install-curl.sh"]