Skip to content

Commit

Permalink
Add mention to Package Registry dedicated /health endpoint (#2457)
Browse files Browse the repository at this point in the history
Since elastic/package-registry#151

(cherry picked from commit e475f24)
  • Loading branch information
cleydyr authored and mergify[bot] committed Jan 4, 2023
1 parent 1723bab commit 1b64815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/ingest-management/fleet/air-gapped.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ requests to the root path:
["source", "sh", subs="attributes"]
----
docker run -it -p 8080:8080 \
--health-cmd "curl -f -L http://127.0.0.1:8080/" \
--health-cmd "curl -f -L http://127.0.0.1:8080/health" \
docker.elastic.co/package-registry/distribution:{version}
----

Expand Down

0 comments on commit 1b64815

Please sign in to comment.