Docker Compose: Disable automatic restart
This commit is contained in:
parent
6e4f95adba
commit
27ff4ce2c9
@ -13,7 +13,6 @@ version: '3.5'
|
||||
services:
|
||||
photoprism:
|
||||
image: photoprism/photoprism-arm64:latest
|
||||
restart: unless-stopped
|
||||
# Uncomment and edit the following line to set a specific user / group id:
|
||||
# user: "1000:1000"
|
||||
security_opt:
|
||||
@ -22,6 +21,7 @@ services:
|
||||
ports:
|
||||
- 2342:2342 # [local port]:[container port]
|
||||
# Uncomment the following lines to enable regular health checks (causes automatic restarts):
|
||||
# restart: unless-stopped
|
||||
# healthcheck:
|
||||
# test: ["CMD", "photoprism", "status"]
|
||||
# interval: 60s
|
||||
|
@ -13,7 +13,6 @@ version: '3.5'
|
||||
services:
|
||||
photoprism:
|
||||
image: photoprism/photoprism:latest
|
||||
restart: unless-stopped
|
||||
# Uncomment and edit the following line to set a specific user / group id:
|
||||
# user: "1000:1000"
|
||||
security_opt:
|
||||
@ -22,6 +21,7 @@ services:
|
||||
ports:
|
||||
- 2342:2342 # [local port]:[container port]
|
||||
# Uncomment the following lines to enable regular health checks (causes automatic restarts):
|
||||
# restart: unless-stopped
|
||||
# healthcheck:
|
||||
# test: ["CMD", "photoprism", "status"]
|
||||
# interval: 60s
|
||||
|
Loading…
x
Reference in New Issue
Block a user