mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-18 00:59:38 +00:00
Docker: Improve inline instructions
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
b080e97bd8
commit
a08ae8649d
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue