diff --git a/docker-compose/apim-with-mi/conf/apim/repository/conf/deployment.toml b/docker-compose/apim-with-mi/conf/apim/repository/conf/deployment.toml index f161ee2f..7f87ea34 100644 --- a/docker-compose/apim-with-mi/conf/apim/repository/conf/deployment.toml +++ b/docker-compose/apim-with-mi/conf/apim/repository/conf/deployment.toml @@ -102,7 +102,7 @@ gateway_labels =["Default"] [apim.analytics] enable = false config_endpoint = "https://localhost:8080/auth/v1" -auth_token = "" +auth_token = "" #[apim.key_manager] #service_url = "https://localhost:${mgt.transport.https.port}/services/" diff --git a/dockerfiles/ubuntu/apim/README.md b/dockerfiles/ubuntu/apim/README.md index 7b33b78f..64d2f238 100755 --- a/dockerfiles/ubuntu/apim/README.md +++ b/dockerfiles/ubuntu/apim/README.md @@ -22,7 +22,7 @@ git clone https://github.com/wso2/docker-apim.git - Navigate to `` directory.
Execute `docker build` command as shown below. ``` -docker build -t wso2am:4.1.0 +docker build -t wso2am:4.1.0 . ``` > By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product.