Skip to content

Commit 9dfbede

Browse files
committed
1.1.53
1 parent 2c6c4df commit 9dfbede

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ RUN ln -sf /etc/supervisor/conf.d/supervisord.conf /etc/supervisord.conf
6363
RUN chown -R nobody:nobody /var/www/html /run /var/lib/nginx /var/log/nginx && \
6464
mkdir -p /run/supervisor && \
6565
chown -R nobody:nobody /run/supervisor && \
66-
chmod 755 /dev/shm
66+
mkdir -p /var/run && \
67+
chown -R nobody:nobody /var/run
6768

6869
# Switch to use a non-root user from here on
6970
USER nobody

config/supervisord.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ logfile_maxbytes=0
55
loglevel=info
66
pidfile=/run/supervisord.pid
77
childlogdir=/run/supervisor
8-
unix_http_server=/dev/shm/supervisor.sock
8+
unix_http_server=/var/run/supervisor.sock
99
chmod=0700
1010
chown=nobody:nobody
1111

1212
[supervisorctl]
13-
serverurl=unix:///dev/shm/supervisor.sock
13+
serverurl=unix:///var/run/supervisor.sock
1414

1515
[program:php-fpm]
1616
command=php-fpm84 -F

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
php-nginx:1.1.52
1+
php-nginx:1.1.53

0 commit comments

Comments
 (0)