Skip to content

Commit f8c1d7b

Browse files
authored
Update outline-install.sh (#5688)
1 parent 9b8657f commit f8c1d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/outline-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ sed -i 's/NODE_ENV=production/NODE_ENV=development/g' /opt/outline/.env
5555
sed -i "s/generate_a_new_key/${SECRET_KEY}/g" /opt/outline/.env
5656
sed -i "s/user:pass@postgres/${DB_USER}:${DB_PASS}@localhost/g" /opt/outline/.env
5757
sed -i 's/redis:6379/localhost:6379/g' /opt/outline/.env
58-
sed -i "32s#URL=#URL=http://${LOCAL_IP}#g" /opt/outline/.env
58+
sed -i "5s#URL=#URL=http://${LOCAL_IP}#g" /opt/outline/.env
5959
sed -i 's/FORCE_HTTPS=true/FORCE_HTTPS=false/g' /opt/outline/.env
6060
$STD yarn install --frozen-lockfile
6161
export NODE_OPTIONS="--max-old-space-size=3584"

0 commit comments

Comments
 (0)