Skip to content

Commit

Permalink
Reword upgrading/reconfiguring
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
  • Loading branch information
PromoFaux committed Sep 26, 2024
1 parent e616710 commit 8361813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docker/upgrading/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The standard Pi-hole customization abilities apply to this docker, but with dock

## Upgrading / Reconfiguring

!!! Warning
Do not attempt to upgrade (`pihole -up`) or reconfigure (`pihole -r`). New images will be released for upgrades, upgrading by replacing your old container with a fresh upgraded image is the 'docker way'. Long-living docker containers are not the docker way since they aim to be portable and reproducible, why not re-create them often! Just to prove you can.
!!! Note
The normal Pi-hole functions to upgrade (`pihole -up`) or reconfigure (`pihole -r`) are disabled within the docker container. New images will be released, and you can upgrade by replacing your old container with a fresh upgraded image, which is more in line with the 'docker way'. Long-living docker containers are not the docker way since they aim to be portable and reproducible, why not re-create them often! Just to prove you can.

### Docker Compose

Expand Down

0 comments on commit 8361813

Please sign in to comment.