Merge pull request #333 from zabbix/master

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

View File

@ -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 \