Skip to content

Commit 1243ff6

Browse files
committed
1.1.56
1 parent fed41ab commit 1243ff6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

config/supervisord.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ logfile_maxbytes=0
55
loglevel=info
66
pidfile=/run/supervisord.pid
77
childlogdir=/run/supervisor
8-
unix_http_server=/var/run/supervisor.sock
8+
9+
[unix_http_server]
10+
file=/var/run/supervisor.sock
911
chmod=0700
1012
chown=nobody:nobody
1113

version

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

0 commit comments

Comments
 (0)