Skip to content

Instantly share code, notes, and snippets.

@yfuruyama
Created April 15, 2019 14:24
Show Gist options
  • Save yfuruyama/10c197e4b8cc524cb81bdab3b1b905a1 to your computer and use it in GitHub Desktop.
Save yfuruyama/10c197e4b8cc524cb81bdab3b1b905a1 to your computer and use it in GitHub Desktop.
Elasticsearch on Cloud Run
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