Saturday, 21 January 2023

Running WSO2 API Manager via docker-compose on your local machine

Prerequisites software needed on your system 

  • Docker
  • Docker Compose

Steps to run WSO2 API Manager:

  • Create a docker-compose.yaml file with this content
    • docker-compose.yaml


  • From terminal or command prompt, go to the location of above docker-compose.yaml file
  • Start the WSO2 API Manager using command
    • docker-compose up -d --force-recreate wso2-api-manager


  • Please do like and follow our facebook page here
  • For more queries, feel free to e-mail us here
  • Just to let you know, we are an Amazon Associate. To help and support us, you can shop for different products available on Amazon from here

No comments:

Post a Comment

Frequently asked questions about WSO2 API Manager

  Question : Why I am getting error saying “This combination of host and port requires TLS.” while trying to open wso2 API Manager portals o...