Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

citizensadvice/aws-es-proxy-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Usage

docker run -p 9200:9200 \
  -e AWS_ACCESS_KEY_ID=<key>
  -e AWS_SECRET_ACCESS_KEY=<secret_key> \
  --rm -it citizensadvice/aws-es-proxy \
  aws-es-proxy -listen 0.0.0.0:9200 -endpoint <es-endpoint>

About

Dockerfile for aws-es-proxy (https://github.com/abutaha/aws-es-proxy)

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors