Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 366 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 366 Bytes

nginxApiGateway

NGINX Api Gateway

docker pull nginx
docker build -t nginxapigateway .
docker run --name nginxapigateway001 -t -i -p 80:80 -d nginxapigateway

Testar:

http://127.0.0.1/depth
http://127.0.0.1/ticker
http://127.0.0.1/btc/brl

NGNIX