Merge pull request #330 from zabbix/master

Fixed health check in docker compose files
This commit is contained in:
Alexey Pustovalov
2018-07-06 15:54:51 +09:00
committed by GitHub
12 changed files with 12 additions and 0 deletions

View File

@ -33,6 +33,7 @@ RUN addgroup zabbix && \
apk update && \
apk add ${APK_FLAGS_PERSISTENT} \
bash \
curl \
mariadb-client \
mariadb-client-libs \
nginx \