Update docker-compose.yml
This commit is contained in:
parent
742366035f
commit
4310a92ea7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user