From a08ae8649db5b0bf7ea16bd5471ca8d35d2dfd0c Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Mon, 21 Sep 2020 02:35:15 +0200 Subject: [PATCH] Docker: Improve inline instructions Signed-off-by: Michael Mayer --- docker/photoprism/arm64/docker-compose.yml | 4 ++-- docker/photoprism/docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/photoprism/arm64/docker-compose.yml b/docker/photoprism/arm64/docker-compose.yml index 67862b47b..d048f8f3c 100644 --- a/docker/photoprism/arm64/docker-compose.yml +++ b/docker/photoprism/arm64/docker-compose.yml @@ -14,7 +14,7 @@ services: photoprism: image: photoprism/photoprism-arm64:latest restart: unless-stopped - # Uncomment and edit the following line to set a specific user and group id: + # Uncomment and edit the following line to set a specific user / group id: # user: "1000:1000" security_opt: - seccomp:unconfined @@ -77,7 +77,7 @@ services: # MYSQL_PASSWORD: passwd # MYSQL_DATABASE: photoprism -# Uncomment the following lines to upgrade automatically whenever there are new images available: +# Uncomment the following lines to upgrade automatically, whenever there is a new Docker image available: # # watchtower: # image: containrrr/watchtower diff --git a/docker/photoprism/docker-compose.yml b/docker/photoprism/docker-compose.yml index 47af2374a..c9041e106 100644 --- a/docker/photoprism/docker-compose.yml +++ b/docker/photoprism/docker-compose.yml @@ -14,7 +14,7 @@ services: photoprism: image: photoprism/photoprism:latest restart: unless-stopped - # Uncomment and edit the following line to set a specific user and group id: + # Uncomment and edit the following line to set a specific user / group id: # user: "1000:1000" security_opt: - seccomp:unconfined @@ -77,7 +77,7 @@ services: # MYSQL_PASSWORD: passwd # MYSQL_DATABASE: photoprism -# Uncomment the following lines to upgrade automatically whenever there are new images available: +# Uncomment the following lines to upgrade automatically, whenever there is a new Docker image available: # # watchtower: # image: containrrr/watchtower