Update docker-compose

This commit is contained in:
cytopia 2022-12-02 14:44:26 +01:00
parent aae28e7d6d
commit b600f9866a
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -34,7 +34,7 @@ services:
# Bind (DNS Server)
# ------------------------------------------------------------
bind:
image: cytopia/bind:alpine-0.28
image: cytopia/bind:alpine-0.34
hostname: bind
restart: always
ports:
@ -48,6 +48,11 @@ services:
##
- DEBUG_ENTRYPOINT=${DEBUG_COMPOSE_ENTRYPOINT}
##
## Memory consumption
##
- MAX_CACHE_SIZE=${BIND_MAX_CACHE_SIZE:-90%}
##
## Bind wildcard/host settings
##
@ -94,7 +99,7 @@ services:
# PHP
# ------------------------------------------------------------
php:
image: devilbox/php-fpm:${PHP_SERVER}-work-0.139
image: devilbox/php-fpm:${PHP_SERVER}-work-0.144
hostname: php
##
@ -220,7 +225,7 @@ services:
# Web Server
# ------------------------------------------------------------
httpd:
image: devilbox/${HTTPD_SERVER}:${HTTPD_FLAVOUR:-alpine}-0.47
image: devilbox/${HTTPD_SERVER}:${HTTPD_FLAVOUR:-alpine}-0.48
hostname: httpd
environment: