[Compose] New images, add restart to dockerapi, remove stop grace period (container now handles stop signals better)

master
André 2017-11-03 20:38:59 +01:00
parent 85d1ee2f49
commit bcdccf9c92
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
version: '2.3'
version: '2.1'
services:
unbound-mailcow:
@ -92,7 +92,7 @@ services:
- rspamd
php-fpm-mailcow:
image: mailcow/phpfpm:1.3
image: mailcow/phpfpm:1.4
build: ./data/Dockerfiles/phpfpm
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
@ -143,7 +143,7 @@ services:
- sogo
dovecot-mailcow:
image: mailcow/dovecot:1.9
image: mailcow/dovecot:1.10
build: ./data/Dockerfiles/dovecot
volumes:
- ./data/conf/dovecot:/usr/local/etc/dovecot
@ -312,8 +312,8 @@ services:
- watchdog
dockerapi-mailcow:
image: mailcow/dockerapi:1.1
stop_grace_period: 3s
image: mailcow/dockerapi:1.2
restart: always
build: ./data/Dockerfiles/dockerapi
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro