1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2024-12-28 03:41:58 +00:00

Update docker-compose.yml

This commit is contained in:
Alan Grainger 2024-11-16 14:04:21 +01:00 committed by GitHub
parent 18e6108e49
commit 93a29e0efc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,6 @@ services:
environment:
- IMMICH_URL=http://your-internal-immich-server:2283
healthcheck:
test: wget -q http://localhost:3000/healthcheck || exit 1
test: wget -q --spider http://localhost:3000/healthcheck || exit 1
start_period: 10s
timeout: 5s