mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-18 20:37:55 +00:00
Use tiny Alpine version of Bind container
This commit is contained in:
parent
2a99a935f5
commit
1783d05622
@ -12,10 +12,11 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
|
||||
- Added CakePHP integration tests for PHP 8+
|
||||
|
||||
#### Changed
|
||||
- Changed default PostgreSQL server from `12.4` to `14-alpine`
|
||||
- Changed default PostgreSQL server from `12.4` to `14-alpine` (breaking change)
|
||||
- Changed default Redis server from `6.0` to `6.2-alpine`
|
||||
- Changed default Memcached server from `1.6` to `1.6-alpine`
|
||||
- Changed default MongoDB server from `4.4` to `5.0`
|
||||
- Use tiny Alpine version of Bind container
|
||||
|
||||
|
||||
## Release v1.11.0 (2022-03-22)
|
||||
|
@ -34,7 +34,7 @@ services:
|
||||
# Bind (DNS Server)
|
||||
# ------------------------------------------------------------
|
||||
bind:
|
||||
image: cytopia/bind:0.28
|
||||
image: cytopia/bind:alpine-0.28
|
||||
hostname: bind
|
||||
restart: always
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user