Skip to content

Commit

Permalink
Added instructions to update containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Luctia committed Sep 14, 2023
1 parent 51fb2ae commit 69b96cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ official SABnzbd website.

## FAQ

### How to update containers
If you'd like to update containers, you can move to the directory of your `docker-compose.yml` file
and run `(sudo) docker compose pull`. This pulls the newest versions of all images (blueprints for
containers) listed in the `docker-compose.yml` file. Then, you can run `(sudo) docker compose up
-d`. This will deploy the new versions without losing uptime. Afterwards, you can run `(sudo)
docker image prune` to remove the old images, freeing up space.

### Why do I need to set some settings myself, can that be added?
Some settings, particularly for the Servarr suite, are set in databases. While it *might* be
possible to interact with this database after creation, I'd rather not touch these. It's not
Expand Down

0 comments on commit 69b96cd

Please sign in to comment.