From 8b12c998763454b038f4843998a6c6d7c0b120e2 Mon Sep 17 00:00:00 2001 From: parteekcoder <100110395+parteekcoder@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:34:11 +0530 Subject: [PATCH] Update DOCKER-README.md --- fri/DOCKER-README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fri/DOCKER-README.md b/fri/DOCKER-README.md index c5be403..84f7bf8 100644 --- a/fri/DOCKER-README.md +++ b/fri/DOCKER-README.md @@ -67,7 +67,7 @@ $ docker run -d --name kong \ Start FRI container ```` -$ nohup sudo docker run --name fri -p 8090:8081 fri > controlcore.out & +$ nohup sudo docker run --name fri -p 8090:8080 fri > controlcore.out & ```` Delete if there is a previously configured Kong service. If not, skip this step. First you need to find the ID-VALUE for the route with a GET command before deleting the route and service.