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:
parent
18e6108e49
commit
93a29e0efc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue