From eeeb4bf92308a1ccbb21eb13c969c2240ba51aa1 Mon Sep 17 00:00:00 2001 From: Nicolas Maillat Date: Fri, 29 May 2020 23:07:18 +0200 Subject: [PATCH] PHRAS-3079 #comment Fix redis setting issue --- docker/phraseanet/auto-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/phraseanet/auto-install.sh b/docker/phraseanet/auto-install.sh index 2742102be1..fa77f9318c 100755 --- a/docker/phraseanet/auto-install.sh +++ b/docker/phraseanet/auto-install.sh @@ -47,7 +47,7 @@ bin/setup system:config set workers.queue.worker-queue.vhost / ## Redis /var/alchemy/Phraseanet/bin/setup system:config set main.cache.options.host redis /var/alchemy/Phraseanet/bin/setup system:config set main.cache.options.port 6379 -/var/alchemy/Phraseanet/bin/setup system:config set main.cache.options.namespace $INSTALL_SERVER_NAME +/var/alchemy/Phraseanet/bin/setup system:config set main.cache.options.namespace $PHRASEANET_SERVER_NAME /var/alchemy/Phraseanet/bin/setup system:config set main.cache.type redis ## enable API and disable ssl on it