diff --git a/docker/photoprism/arm64/docker-compose.yml b/docker/photoprism/arm64/docker-compose.yml index 01ab841dd..987748026 100644 --- a/docker/photoprism/arm64/docker-compose.yml +++ b/docker/photoprism/arm64/docker-compose.yml @@ -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 diff --git a/docker/photoprism/docker-compose.yml b/docker/photoprism/docker-compose.yml index b25640fb0..7eb451dda 100644 --- a/docker/photoprism/docker-compose.yml +++ b/docker/photoprism/docker-compose.yml @@ -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