Skip to content

Commit 4e61560

Browse files
committed
fix subnet exposing
1 parent dc324a9 commit 4e61560

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/subnet/install_guide/launch_subnet.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,12 @@ To deploy a subnet with multiple machines , access the Deployment Wizard in your
9999

100100
Update the following parameters in `common.env`, replacing `<YOUR_SERVER_IP>` with your actual server IP address or domain name:
101101
```bash
102-
SUBNET_URL=http://<YOUR_SERVER_IP>:8545
103102
VITE_SUBNET_URL=http://<YOUR_SERVER_IP>:5213
104103
VITE_SUBNET_RPC=http://<YOUR_SERVER_IP>:8545
105104
```
106105

107106
Modify the ports in `docker-compose.yml` as follows:
108107
```yaml
109-
stats:
110-
ports:
111-
- "0.0.0.0:5213:5213"
112108
frontend:
113109
ports:
114110
- "0.0.0.0:5214:5214"

0 commit comments

Comments
 (0)