Skip to content

Commit

Permalink
Add IDRAC_PORT to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik committed Nov 21, 2018
1 parent 1e88164 commit 4ed6db9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ All listed configuration variables are required.

| Variable | Description |
|----------------|----------------------------------------------|
|`IDRAC_HOST`| Host for your iDRAC instance. Make sure your instance is reachable with https://<IDRAC_HOST> |
|`IDRAC_HOST`| Host for your iDRAC instance. Make sure your instance is reachable with https://<IDRAC_HOST>. See IDRAC_PORT for using custom ports. HTTPS is always used. |
|`IDRAC_USER`| Username for your iDRAC instance. |
|`IDRAC_PASSWORD`| Password for your iDRAC instance. |
|`IDRAC_PORT`| The optional port for the web interface (443 by default) |

For advanced configuration options please take a look [here](https://github.com/jlesage/docker-baseimage-gui#environment-variables).

Expand Down

0 comments on commit 4ed6db9

Please sign in to comment.