From 1606cd062757e9729eec8752ed29a27be19a6db6 Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Mon, 25 Nov 2024 08:38:55 +0100 Subject: [PATCH] Update update instructions --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93a8432..2eda54d 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,13 @@ cd /root/apps \ ## Upgrade -1. Update `AUTHENTIK_TAG` to the desired tag in `env.template`, as well as -in the deployed `.env` file. -2. `docker compose down` -3. `docker compose up -d; docker compose logs -f` +1. Update `AUTHENTIK_TAG` to the desired tag in `env.template`. +2. Commit & push changes to the Repo. +3. Run `diff --color='auto' env.template .env` to display the diff between +`env.template` and `.env`. +4. Port the made changes to `.env`. +5. `docker compose down` +6. `docker compose up -d; docker compose logs -f` ## Rebuild containers locally