This commit is contained in:
2025-11-20 23:57:51 +01:00
parent 3a8cc691f4
commit 52c271e592

View File

@@ -83,12 +83,11 @@ services:
wud.watch: true wud.watch: true
wud.watch.digest: true wud.watch.digest: true
postinstall: postinstall:
image: alpine image: docker:latest
depends_on: depends_on:
zabbix-server: zabbix-server:
condition: service_started condition: service_started
volumes: volumes:
- /usr/bin/docker:/usr/bin/docker
- /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"]