Adds url variable to fix some issues
This commit is contained in:
parent
0464eaa84f
commit
0fe9e2a872
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ echo "dbname = '${DB_NAME}'" >> /app/config.ini
|
|||
echo "dbhost = '${DB_HOST}'" >> /app/config.ini
|
||||
echo "dbuser = '${DB_USER}'" >> /app/config.ini
|
||||
echo "dbpass = '${DB_PASS}'" >> /app/config.ini
|
||||
echo "url = 'https://${URL}/'" >> /app/config.ini
|
||||
|
||||
exec /run.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue