Created
April 15, 2019 14:24
-
-
Save yfuruyama/10c197e4b8cc524cb81bdab3b1b905a1 to your computer and use it in GitHub Desktop.
Elasticsearch on Cloud Run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM elasticsearch:7.0.0 | |
ENV discovery.type single-node | |
ENV http.port 8080 | |
CMD ["eswrapper"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment