From f8c1d7bde8b55ce6b5dc1b6da85845daa294021f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:46:07 +0200 Subject: [PATCH] Update outline-install.sh (#5688) --- install/outline-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/outline-install.sh b/install/outline-install.sh index 5715804b7..1d83d1c22 100644 --- a/install/outline-install.sh +++ b/install/outline-install.sh @@ -55,7 +55,7 @@ sed -i 's/NODE_ENV=production/NODE_ENV=development/g' /opt/outline/.env sed -i "s/generate_a_new_key/${SECRET_KEY}/g" /opt/outline/.env sed -i "s/user:pass@postgres/${DB_USER}:${DB_PASS}@localhost/g" /opt/outline/.env sed -i 's/redis:6379/localhost:6379/g' /opt/outline/.env -sed -i "32s#URL=#URL=http://${LOCAL_IP}#g" /opt/outline/.env +sed -i "5s#URL=#URL=http://${LOCAL_IP}#g" /opt/outline/.env sed -i 's/FORCE_HTTPS=true/FORCE_HTTPS=false/g' /opt/outline/.env $STD yarn install --frozen-lockfile export NODE_OPTIONS="--max-old-space-size=3584"