From 18135b0ec04cbf4462e4e34f9f0cac93b38dcd1b Mon Sep 17 00:00:00 2001 From: Alexander Lehmann Date: Sun, 22 Sep 2024 18:39:08 +0200 Subject: [PATCH] Remove env line and add comment about update-env (#606) --- docs/docs/setup/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/setup/upgrading.md b/docs/docs/setup/upgrading.md index f91559eb..03bd78f4 100644 --- a/docs/docs/setup/upgrading.md +++ b/docs/docs/setup/upgrading.md @@ -39,6 +39,6 @@ docker compose up -d cd ../frontend npm install npm run build - API_URL=http://localhost:8080 # Set the URL of the backend, default: http://localhost:8080 pm2 restart pingvin-share-frontend ``` +Note that environemnt variables are not picked up when using pm2 restart, if you actually want to change configs, you need to run ````pm2 --update-env restart````