[SQL Upgrade] Fix process of SQL upgrade, wait for command to complete and do not use pipe communication model

This commit is contained in:
andryyy
2019-09-23 21:42:47 +02:00
parent a231ecaed5
commit 5ae05b5ec0
3 changed files with 54 additions and 43 deletions

View File

@@ -95,7 +95,7 @@ services:
- rspamd
php-fpm-mailcow:
image: mailcow/phpfpm:1.45
image: mailcow/phpfpm:1.46
build: ./data/Dockerfiles/phpfpm
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
@@ -394,7 +394,7 @@ services:
- watchdog
dockerapi-mailcow:
image: mailcow/dockerapi:1.32
image: mailcow/dockerapi:1.33
restart: always
build: ./data/Dockerfiles/dockerapi
oom_kill_disable: true