mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Fixed health check in docker compose files
This commit is contained in:
@ -41,6 +41,7 @@ RUN locale-gen $LC_ALL && \
|
||||
echo "deb http://nginx.org/packages/ubuntu/ $DISTRIB_CODENAME nginx" >> /etc/apt/sources.list.d/nginx.list && \
|
||||
apt-get ${APT_FLAGS_COMMON} update && \
|
||||
apt-get ${APT_FLAGS_PERSISTENT} install \
|
||||
curl \
|
||||
mysql-client \
|
||||
nginx \
|
||||
php5-fpm \
|
||||
|
Reference in New Issue
Block a user