mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-15 09:20:07 +01:00
Merge branch 'master' into 4.0
This commit is contained in:
commit
8db804c913
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.4
|
FROM alpine:3.8
|
||||||
|
|
||||||
ARG APK_FLAGS_COMMON=""
|
ARG APK_FLAGS_COMMON=""
|
||||||
ARG APK_FLAGS_DEV="${APK_FLAGS_COMMON} --no-cache"
|
ARG APK_FLAGS_DEV="${APK_FLAGS_COMMON} --no-cache"
|
||||||
@ -59,7 +59,7 @@ RUN set -eux && \
|
|||||||
libssh2 \
|
libssh2 \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
mariadb-client \
|
mariadb-client \
|
||||||
mariadb-client-libs \
|
mariadb-connector-c \
|
||||||
mysql \
|
mysql \
|
||||||
net-snmp-agent-libs \
|
net-snmp-agent-libs \
|
||||||
nginx \
|
nginx \
|
||||||
|
@ -15,7 +15,7 @@ redirect_stderr=true
|
|||||||
stdout_logfile = /dev/stdout
|
stdout_logfile = /dev/stdout
|
||||||
stdout_logfile_maxbytes = 0
|
stdout_logfile_maxbytes = 0
|
||||||
|
|
||||||
[program:php-fpm]
|
[program:php-fpm5]
|
||||||
command = /usr/bin/%(program_name)s -F -c /etc/php5/%(program_name)s.conf
|
command = /usr/bin/%(program_name)s -F -c /etc/php5/%(program_name)s.conf
|
||||||
auto_start = true
|
auto_start = true
|
||||||
autorestart = true
|
autorestart = true
|
||||||
|
Loading…
Reference in New Issue
Block a user