We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa78639 commit 5c0904dCopy full SHA for 5c0904d
docker-entrypoint.sh
@@ -7,9 +7,9 @@ echoerr() { echo "$@" 1>&2; }
7
IFS=":" read -r DB_HOST_NAME DB_PORT <<< "$DB_HOST"
8
DB_PORT=${DB_PORT:-3306}
9
10
-if [ ! -f '/var/www/BookStack/.env' ]; then
+if [ ! -f '/var/www/bookstack/.env' ]; then
11
if [[ "${DB_HOST}" ]]; then
12
- cat > /var/www/BookStack/.env <<EOF
+ cat > /var/www/bookstack/.env <<EOF
13
# Environment
14
APP_ENV=production
15
APP_DEBUG=${APP_DEBUG:-false}
0 commit comments