Skip to content

Commit

Permalink
Merge branch 'master' into 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Jul 13, 2019
2 parents 1d94d9a + 891565e commit 021ef62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions zabbix-appliance/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:3.8

ARG BUILD_DATE
ARG VCS_REF
Expand Down Expand Up @@ -57,7 +57,7 @@ RUN set -eux && \
libssh2 \
libxml2 \
mariadb-client \
mariadb-client-libs \
mariadb-connector-c \
mysql \
net-snmp-agent-libs \
nginx \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ redirect_stderr=true
stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0

[program:php-fpm]
[program:php-fpm5]
command = /usr/bin/%(program_name)s -F -c /etc/php5/%(program_name)s.conf
auto_start = true
autorestart = true
Expand Down

0 comments on commit 021ef62

Please sign in to comment.