Update docker-compose.yml

This commit is contained in:
Alan Grainger 2024-11-11 13:28:49 +01:00 committed by GitHub
parent 742366035f
commit 4310a92ea7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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