diff --git a/docker/examples/arm64/README b/docker/examples/arm64/README index 220eb1bd0..de64a2474 100644 --- a/docker/examples/arm64/README +++ b/docker/examples/arm64/README @@ -132,9 +132,10 @@ Pulling a new version can take several minutes, depending on your internet connection speed. Even when you use an image with the ":latest" tag, Docker does not automatically -download new images for you. To update, you can either manually pull the most -recent image and restart, or set up a service like Watchtower to get automatic -updates. +download new images for you. You can either manually upgrade as shown above, or +set up a service like Watchtower to get automatic updates: + + https://docs.photoprism.app/getting-started/updates/#watchtower ### Credits ### diff --git a/docker/examples/armv7/README b/docker/examples/armv7/README index 10e19bc33..cd452e997 100644 --- a/docker/examples/armv7/README +++ b/docker/examples/armv7/README @@ -91,9 +91,10 @@ Pulling a new version can take several minutes, depending on your internet connection speed. Even when you use an image with the ":latest" tag, Docker does not automatically -download new images for you. To update, you can either manually pull the most -recent image and restart, or set up a service like Watchtower to get automatic -updates. +download new images for you. You can either manually upgrade as shown above, or +set up a service like Watchtower to get automatic updates: + + https://docs.photoprism.app/getting-started/updates/#watchtower ### Credits ###