Skip to content

Commit

Permalink
Update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Dec 2, 2022
1 parent 638d4c9 commit 96638a2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -48,6 +48,11 @@ services:
##
- DEBUG_ENTRYPOINT=${DEBUG_COMPOSE_ENTRYPOINT}

##
## Memory consumption
##
- MAX_CACHE_SIZE=${BIND_MAX_CACHE_SIZE:-90%}

##
## Bind wildcard/host settings
##
Expand Down Expand Up @@ -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

##
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 96638a2

Please sign in to comment.