diff --git a/one-container/README.md b/one-container/README.md index 96a5379..8ac14ab 100644 --- a/one-container/README.md +++ b/one-container/README.md @@ -20,7 +20,7 @@ First create a `.env` file to substitute variables for your deployment. | `ServerIP: `
| **--net=host mode requires** Set to your server's LAN IP, used by web block modes and lighttpd bind address | `TZ: `
| Set your [timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) to make sure logs rotate at local midnight instead of at UTC midnight. | `WEBPASSWORD: `
| http://pi.hole/admin password. Run `docker logs pihole \| grep random` to find your random pass. -| `REV_SERVER: <"true"|"false">`
| Enable DNS conditional forwarding for device name resolution +| `REV_SERVER: <"true"\|"false">`
| Enable DNS conditional forwarding for device name resolution | `REV_SERVER_DOMAIN: `
| If conditional forwarding is enabled, set the domain of the local network router | `REV_SERVER_TARGET: `
| If conditional forwarding is enabled, set the IP of the local network router | `REV_SERVER_CIDR: `
| If conditional forwarding is enabled, set the reverse DNS zone (e.g. `192.168.0.0/24`) @@ -44,4 +44,4 @@ REV_SERVER_CIDR=192.168.0.0/16 docker-compose up -d ``` -> If using Portainer, just paste the `docker-compose.yaml` contents into the stack config and add your *environment variables* directly in the UI. \ No newline at end of file +> If using Portainer, just paste the `docker-compose.yaml` contents into the stack config and add your *environment variables* directly in the UI.