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