Skip to content

Commit

Permalink
fix port for mainnet in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal committed Oct 30, 2024
1 parent 38097c6 commit 1cc874a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ docker-compose --profile bitcanna-1 up -d
Alternatively you can run a simple Docker Image to raise a MainNET Wallet.

```sh
docker run -d -p 3000:3000 --name wallet-mainnet bernalraul/weedwallet:mainnet
docker run -d -p 4200:3000 --name wallet-mainnet bernalraul/weedwallet:mainnet
```

#### Logs check:
Expand Down

0 comments on commit 1cc874a

Please sign in to comment.