Skip to content

Commit

Permalink
Merge pull request #1167 from TeeVeeEss/patch-1
Browse files Browse the repository at this point in the history
Update using_docker.md HTTP section
  • Loading branch information
luca-moser authored Sep 18, 2023
2 parents 528984c + a13310b commit a8fe5d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/maintain/hornet/2.0.0-rc.6/docs/how_tos/using_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@ If you want to change the port to a different value you can create a file named
```
HTTP_PORT=9000
```
If you don't have a DNS name for your node, you can use the (external) IP address for `NODE_HOST`, for example, `192.168.1.123`, or your public IP address.
With this setting, you can reach the node dashboard from within your network or the internet.
You don’t need `COMPOSE_FILE` and `ACME_EMAIL` for HTTP. You can remove them from your `.env` file or place a `#` before it to make it a remark:

```
#COMPOSE_FILE=docker-compose.yml:docker-compose-https.yml
#[email protected]
NODE_HOST=your-external-ip-address
```

### 2. Setup neighbors

Expand Down

0 comments on commit a8fe5d2

Please sign in to comment.