mirror of
https://github.com/chevereto/docker.git
synced 2026-01-19 21:52:06 +01:00
1.0 KiB
1.0 KiB
Updating
Repository update
To update your containers to the latest version of this repository make sure to run first:
make down
💡 If you forget to run this you can rollback the repo and execute the above command.
Manual updating
Pull this updated repo changes in your fork.
git fetch --tags -f && git pull
GitHub one-click updating
- Go to Actions
- Select Update under Workflows
- Click on Run Workflow and confirm
🤖 When done a bot will create a pull request in your repo so you can review and confirm the changes.
Chevereto application update
With the repository updated follow these steps:
- Re-build the images (see BUILDING)
- Down containers (see DOCKER-COMPOSE)
- Re-up containers
Refer to persistance troubleshoot If the system prompts to re-install.

