mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 02:40:04 +00:00
Default env variable to prevent .env misconfigurations
This commit is contained in:
parent
056bbfb057
commit
5679774a30
@ -13,6 +13,7 @@ major versions.
|
||||
- Fixed PHP FPM images
|
||||
- Fixed cert-gen for HAProxy
|
||||
- Various spelling errors in documentation
|
||||
- PostgreSQL startup without a password
|
||||
#### Added
|
||||
- [#686](https://github.com/cytopia/devilbox/pull/686) Added documentation for ExpressEngine
|
||||
|
||||
|
@ -355,7 +355,7 @@ services:
|
||||
|
||||
- POSTGRES_USER=${PGSQL_ROOT_USER}
|
||||
- POSTGRES_PASSWORD=${PGSQL_ROOT_PASSWORD}
|
||||
- POSTGRES_HOST_AUTH_METHOD=${PGSQL_HOST_AUTH_METHOD}
|
||||
- POSTGRES_HOST_AUTH_METHOD=${PGSQL_HOST_AUTH_METHOD:-trust}
|
||||
- PGDATA=/var/lib/postgresql/data/pgdata
|
||||
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user