1. move .env to .env-dist so local customization is not clashing with the
repo 2. rewrite SELF_URL_PATH based on configured value even if config.php exists 3. update READMEremotes/origin/pgsql-count-bits-12
parent
05d341df89
commit
9b0a93677d
@ -1,3 +1,6 @@
|
||||
# Copy this file to .env before building the container.
|
||||
# Put any local modifications here.
|
||||
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=password
|
||||
|
@ -0,0 +1 @@
|
||||
.env
|
Loading…
Reference in New Issue