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 b17d276 commit 054ec5bCopy full SHA for 054ec5b
root/etc/cont-init.d/50-config
@@ -2,8 +2,9 @@
2
3
# create directory structure
4
mkdir -p \
5
- /config/www/{storage,public}
6
-
+ /config/www/storage/uploads \
+ /config/www/public
7
+
8
# create symlinks
9
symlinks=( \
10
/var/www/html/storage/logs \
@@ -36,6 +37,7 @@ elif [ -z "$ADVANCED_MODE" ];
36
37
sed -i "s/DB_USERNAME=database_username/DB_USERNAME=${DB_USER}/g" /var/www/html/.env
38
sed -i "s/DB_PASSWORD=database_user_password/DB_PASSWORD=${DB_PASS}/g" /var/www/html/.env
39
elif [ "$APP_URL" ]
40
+ then;
41
echo "App URL Set"
42
sed -i "s,#\sAPP_URL.*,APP_URL=${APP_URL},g" /var/www/html/.env
43
else
0 commit comments