Skip to content

Commit

Permalink
Merge pull request #48 from parteekcoder/main
Browse files Browse the repository at this point in the history
Update DOCKER-README.md
  • Loading branch information
pradeeban authored Feb 20, 2023
2 parents 6724a82 + 8b12c99 commit 9ccfba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fri/DOCKER-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9ccfba1

Please sign in to comment.