[Compose, SOGo] Update SOGo, give SOGo more time for a graceful restart, autorestart on any exit code

master
andryyy 2017-07-24 22:53:23 +02:00
parent 0a6eef83bd
commit 5d5646df0c
2 changed files with 4 additions and 2 deletions

View File

@ -29,6 +29,7 @@ stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0 stderr_logfile_maxbytes=0
priority=3 priority=3
startretries=10
autorestart=true autorestart=true
[program:sogo] [program:sogo]
@ -38,8 +39,9 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0 stderr_logfile_maxbytes=0
autorestart = unexpected autorestart = true
autostart = false autostart = false
stopwaitsecs=120
priority=5 priority=5
[inet_http_server] [inet_http_server]

View File

@ -139,7 +139,7 @@ services:
- phpfpm - phpfpm
sogo-mailcow: sogo-mailcow:
image: mailcow/sogo:1.3 image: mailcow/sogo:1.4
build: ./data/Dockerfiles/sogo build: ./data/Dockerfiles/sogo
depends_on: depends_on:
unbound-mailcow: unbound-mailcow: