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 9264811 commit 314e032Copy full SHA for 314e032
docker/root/etc/s6/gitea/setup
@@ -30,6 +30,9 @@ if [ ! -f ${GITEA_CUSTOM}/conf/app.ini ]; then
30
if [ -n "$SECRET_KEY" ] && [ -z "$INSTALL_LOCK" ]; then
31
INSTALL_LOCK=true
32
fi
33
+ if [ "$DB_PASSWD_FILE" ]; then
34
+ DB_PASSWD=`cat $DB_PASSWD_FILE`;
35
+ fi
36
37
# Substitute the environment variables in the template
38
APP_NAME=${APP_NAME:-"Gitea: Git with a cup of tea"} \
0 commit comments