mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-17 10:19:48 +00:00
Update docker-compose
This commit is contained in:
parent
aae28e7d6d
commit
b600f9866a
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user