File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ services:
336336 # # Dummy WebDAV Server
337337 dummy-webdav :
338338 image : photoprism/dummy-webdav:240627
339- stop_grace_period : 15s
339+ stop_grace_period : 30s
340340 environment :
341341 WEBDAV_USERNAME : admin
342342 WEBDAV_PASSWORD : photoprism
@@ -353,7 +353,7 @@ services:
353353 # # Dummy OIDC Identity Provider
354354 dummy-oidc :
355355 image : photoprism/dummy-oidc:240627
356- stop_grace_period : 15s
356+ stop_grace_period : 30s
357357 labels :
358358 - " traefik.enable=true"
359359 - " traefik.http.services.dummy-oidc.loadbalancer.server.port=9998"
@@ -388,7 +388,7 @@ services:
388388 # # Login with "user / photoprism" and "admin / photoprism".
389389 keycloak :
390390 image : quay.io/keycloak/keycloak:25.0
391- stop_grace_period : 15s
391+ stop_grace_period : 30s
392392 command : " start-dev" # development mode, do not use this in production!
393393 links :
394394 - " traefik:localssl.dev"
You can’t perform that action at this time.
0 commit comments