Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore: use a ffixed version of package registry (#259)
Browse files Browse the repository at this point in the history
* chore: sync package registry version with the stack

* chore: use a fixed version of package registry
  • Loading branch information
mdelapenya authored Sep 3, 2020
1 parent 8aabdf6 commit e2e233e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
volumes:
- ${kibanaConfigPath}:/usr/share/kibana/config/kibana.yml
package-registry:
image: docker.elastic.co/package-registry/distribution:staging
image: docker.elastic.co/package-registry/distribution:production-7.9
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"]
retries: 300
Expand Down

0 comments on commit e2e233e

Please sign in to comment.