[Compose] Update PHP-FPM, ACME and netfilter images
This commit is contained in:
		| @@ -98,7 +98,7 @@ services: | ||||
|             - rspamd | ||||
|  | ||||
|     php-fpm-mailcow: | ||||
|       image: mailcow/phpfpm:1.36 | ||||
|       image: mailcow/phpfpm:1.37 | ||||
|       build: ./data/Dockerfiles/phpfpm | ||||
|       command: "php-fpm -d date.timezone=${TZ} -d expose_php=0" | ||||
|       depends_on: | ||||
| @@ -311,7 +311,7 @@ services: | ||||
|     acme-mailcow: | ||||
|       depends_on: | ||||
|         - nginx-mailcow | ||||
|       image: mailcow/acme:1.55 | ||||
|       image: mailcow/acme:1.56 | ||||
|       build: ./data/Dockerfiles/acme | ||||
|       dns: | ||||
|         - ${IPV4_NETWORK:-172.22.1}.254 | ||||
| @@ -340,7 +340,7 @@ services: | ||||
|             - acme | ||||
|  | ||||
|     netfilter-mailcow: | ||||
|       image: mailcow/netfilter:1.24 | ||||
|       image: mailcow/netfilter:1.25 | ||||
|       build: ./data/Dockerfiles/netfilter | ||||
|       stop_grace_period: 30s | ||||
|       depends_on: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user