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