mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-12 07:56:26 +00:00
Bumped version, fixed db-prefix
This commit is contained in:
3
start.sh
3
start.sh
@@ -11,7 +11,8 @@ if ! [ -f /app/data/.installed ]; then
|
||||
--environment production --default_user admin \
|
||||
--db-type mysql --db-host "${MYSQL_HOST}:${MYSQL_PORT}" \
|
||||
--db-user "${MYSQL_USERNAME}" --db-password "${MYSQL_PASSWORD}" \
|
||||
--db-base "${MYSQL_DATABASE}"
|
||||
--db-base "${MYSQL_DATABASE}" --db-prefix ""
|
||||
php set_config.php # --db-prefix "" seems to be ignored
|
||||
php cli/create-user.php --user admin --password password --language en
|
||||
php cli/actualize-user.php --user admin
|
||||
touch /app/data/.installed
|
||||
|
Reference in New Issue
Block a user