Update update instructions

This commit is contained in:
Philip Henning 2024-11-25 08:38:55 +01:00
parent 4c1b1b5c30
commit 1606cd0627

View file

@ -46,10 +46,13 @@ cd /root/apps \
## Upgrade ## Upgrade
1. Update `AUTHENTIK_TAG` to the desired tag in `env.template`, as well as 1. Update `AUTHENTIK_TAG` to the desired tag in `env.template`.
in the deployed `.env` file. 2. Commit & push changes to the Repo.
2. `docker compose down` 3. Run `diff --color='auto' env.template .env` to display the diff between
3. `docker compose up -d; docker compose logs -f` `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 ## Rebuild containers locally