Update immich-compose.yml

This commit is contained in:
2026-05-19 19:46:33 -05:00
parent 65b6fd12fd
commit c0a5dba07c

View File

@@ -38,8 +38,6 @@ services:
restart: unless-stopped
volumes:
- ${MODEL_CACHE}:/cache
env_file:
- .env
healthcheck:
test: ["CMD-SHELL", "python3 -c \"import urllib.request; urllib.request.urlopen('http://localhost:3003/ping')\" || exit 1"]
interval: 30s