mirror of
https://github.com/chevereto/docker.git
synced 2026-01-30 19:09:05 +01:00
1003 B
1003 B
Updating
Repository update
Manual updating
Pull this updated repo changes in your fork.
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 update
To update Chevereto make sure to update this repository, then follow these steps:
- Re-build the images (see BUILDING)
- Down containers (see DOCKER-COMPOSE)
- Flush application volume
- Re-up containers
Flush application volume
Run the following command to wipe the application volume:
make chevereto-volume-rm <options>
Once removed, on new container up the application volume will be re-created with the updated Chevereto files.

