Update update instructions
This commit is contained in:
parent
4c1b1b5c30
commit
1606cd0627
1 changed files with 7 additions and 4 deletions
11
README.md
11
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue