Merge pull request #13 in DNS/adguard-home-wiki from fix/778 to master
* commit '6f8e08dc99da087d7f30758914977f0cb873931c': + add sub-section "Docker and Hass.io updates" * update --help output
commit
8259154895
|
@ -20,14 +20,17 @@ Usage:
|
||||||
./AdGuardHome [options]
|
./AdGuardHome [options]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-c, --config path to the config file
|
-c, --config VALUE Path to the config file
|
||||||
-w, --work-dir path to the working directory
|
-w, --work-dir VALUE Path to the working directory
|
||||||
-h, --host host address to bind HTTP server on
|
-h, --host VALUE Host address to bind HTTP server on
|
||||||
-p, --port port to serve HTTP pages on
|
-p, --port VALUE Port to serve HTTP pages on
|
||||||
-s, --service service control action: status, install, uninstall, start, stop, restart
|
-s, --service VALUE Service control action: status, install, uninstall, start, stop, restart
|
||||||
-l, --logfile path to the log file. If empty, writes to stdout, if 'syslog' -- system log
|
-l, --logfile VALUE Path to log file. If empty: write to stdout; if 'syslog': write to system log
|
||||||
-v, --verbose enable verbose output
|
--pidfile VALUE Path to a file where PID is stored
|
||||||
--help print this help
|
--check-config Check configuration and exit
|
||||||
|
--no-check-update Don't check for updates
|
||||||
|
-v, --verbose Enable verbose output
|
||||||
|
--help Print this help
|
||||||
```
|
```
|
||||||
|
|
||||||
Please note, that the command-line arguments override settings from the configuration file.
|
Please note, that the command-line arguments override settings from the configuration file.
|
||||||
|
|
|
@ -96,6 +96,11 @@ In case the button isn't shown or an automatic update has failed, you can upgrad
|
||||||
3. Replace the old AdGuard Home executable file with the new one.
|
3. Replace the old AdGuard Home executable file with the new one.
|
||||||
4. Restart AdGuard Home.
|
4. Restart AdGuard Home.
|
||||||
|
|
||||||
|
### Docker and Hass.io updates
|
||||||
|
|
||||||
|
Auto-updates for Docker and Hass.io are disabled.
|
||||||
|
|
||||||
|
|
||||||
<a id="configure-devices"></a>
|
<a id="configure-devices"></a>
|
||||||
## How to configure your devices
|
## How to configure your devices
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue