Docker: Improve inline instructions

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-09-21 02:35:15 +02:00
parent b080e97bd8
commit a08ae8649d
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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