Skip to content

Commit e3afdc3

Browse files
committed
Add newlines in via <br> tags rather than actual newlines so that tests pass..
Signed-off-by: Adam Warner <[email protected]>
1 parent 075daf1 commit e3afdc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/docker/configuration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ Set your [timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
4545
To set a specific password for the web interface, use the environment variable `FTLCONF_webserver_api_password` (per the quick-start example). If this variable is not detected, and you have not already set one previously inside the container via `pihole setpassword` or `pihole-FTL --config webserver.api.password`, then a random password will be assigned on startup, and will be printed to the log. You can find this password with the command `docker logs pihole | grep random password` on your host to find this password. See [Notes On Web Interface Password](#notes-on-web-interface-password) below for usage examples.
4646

4747
!!! note
48-
To _explicitly_ set no password, set `FTLCONF_webserver_api_password: ''`
49-
48+
To _explicitly_ set no password, set `FTLCONF_webserver_api_password: ''`<br/><br/>
5049
Using `pihole setpassword` for the purpose of setting an empty password will not persist between container restarts
5150

5251
#### `FTLCONF_dns_upstreams` (Default: `8.8.8.8;8.8.4.4`)

0 commit comments

Comments
 (0)