Skip to content

Commit

Permalink
Add IPBINDING
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchTalmadge authored Jan 19, 2022
1 parent b720943 commit ff7c158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ Example: `TZ=America/Denver`
| Name | Description | Default Value |
|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| `PORT` | The port of the Web UI for the main instance. Since you can map this to any port on the host, there's hardly a reason to change it. | `8080` |
| `IPBINDING`| Which IP address the main instance will bind to. In almost all cases you should leave this as the default, unless you are doing something advanced. | `0.0.0.0` |
| `USERNAME` | The username of the admin user created on first boot. | `admin` |
| `PASSWORD` | The password of the admin user. This value is only used when creating the new user. If you use the default value, please change it after first sign-in. | `password` |

Expand Down

0 comments on commit ff7c158

Please sign in to comment.