-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1167 from TeeVeeEss/patch-1
Update using_docker.md HTTP section
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|