Update immich-compose.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user