From 97e905a6101ce6531e5a037596c810b7a98b7aed Mon Sep 17 00:00:00 2001 From: iv1310 Date: Mon, 18 Mar 2024 23:02:56 +0700 Subject: [PATCH] chore: Adjust readme content. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ee3df58da..73efdac9b 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,7 @@ services: web-ui: image: polkaverse-docker-image:latest ports: - - "3002:3002" - - "3003:3003" + - "3003:3003" # Application port container_name: polkaverse-web-app restart: on-failure ``` @@ -58,7 +57,6 @@ $ docker-compose logs ``` 3. Test to connect to the application. ```bash -$ curl -I http://localhost:3002 $ curl -I http://localhost:3003 ```