Skip to content

Commit

Permalink
chore: Adjust readme content.
Browse files Browse the repository at this point in the history
  • Loading branch information
iv1310 committed Mar 18, 2024
1 parent 7ec5d7f commit 97e905a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
```

Expand Down

0 comments on commit 97e905a

Please sign in to comment.