From fee26dd7f325d905bff3ca93ce5ed91a760f0f20 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 29 Aug 2021 12:45:10 +0200 Subject: [PATCH] Update run.sh --- joplin/rootfs/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/joplin/rootfs/run.sh b/joplin/rootfs/run.sh index 5564a9a21..0ce6c21ea 100644 --- a/joplin/rootfs/run.sh +++ b/joplin/rootfs/run.sh @@ -51,6 +51,7 @@ bashio::config.has_value 'POSTGRES_PASSWORD' && export POSTGRES_PASSWORD=$(bashi bashio::config.has_value 'POSTGRES_USER' && export POSTGRES_USER=$(bashio::config 'POSTGRES_USER') bashio::config.has_value 'POSTGRES_PORT' && export POSTGRES_PORT=$(bashio::config 'POSTGRES_PORT') bashio::config.has_value 'POSTGRES_HOST' && export POSTGRES_HOST=$(bashio::config 'POSTGRES_HOST') +bashio::config.has_value 'POSTGRES_DATABASE' && export POSTGRES_DATABASE=$(bashio::config 'POSTGRES_DATABASE') export APP_BASE_URL=$(bashio::config 'APP_BASE_URL') bashio::log.info 'Starting Joplin. Initial user is "admin@localhost" with password "admin"'