From d0d8a4b654029a322a08d2c70be05e54f3de4269 Mon Sep 17 00:00:00 2001 From: Nicolas Maillat Date: Wed, 8 Apr 2020 00:02:59 +0200 Subject: [PATCH] Set instance title --- docker/phraseanet/auto-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/phraseanet/auto-install.sh b/docker/phraseanet/auto-install.sh index cd81110c9e..c408f4aafa 100755 --- a/docker/phraseanet/auto-install.sh +++ b/docker/phraseanet/auto-install.sh @@ -52,4 +52,8 @@ bin/setup system:config set workers.queue.worker-queue.vhost / ## enable API and disable ssl on it /var/alchemy/Phraseanet/bin/setup system:config set registry.api-clients.api-enabled true /var/alchemy/Phraseanet/bin/setup system:config set main.api_require_ssl false + +# set instance title +bin/setup system:config set registry.general.title $PHRASEANET_PROJECT_NAME + /var/alchemy/Phraseanet/bin/console compile:configuration