Skip to content

Commit

Permalink
Update READ "Updating" instructions for images
Browse files Browse the repository at this point in the history
  • Loading branch information
synzen committed Dec 3, 2024
1 parent a97cc88 commit 238a8fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ Make sure to opt into email notifications in the control panel's user settings p

Images are automatically built and pushed to Docker Hub on every commit to the `main` branch, so there is technically no need to pull the latest files in. To update your local instance:

1. Make a backup of your MongoDB data just in case
2. Rebuild and rerun containers with `docker compose up -d --build`
1. Make a backup of your MongoDB data just in case since data migrations may occur
2. Stop containers with `docker compose rm --stop -f`
3. Pull latest images with `docker compose pull`
4. Start containers with `docker compose up -d`

## Migrating from v6

Expand Down

0 comments on commit 238a8fe

Please sign in to comment.