Merge pull request #886 from gbrsni/dev

Small correction in the 'Quick Start' section of the README
This commit is contained in:
Adam Warner 2021-08-04 18:29:00 +01:00 committed by GitHub
commit 92999dff08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ services:
- NET_ADMIN
restart: unless-stopped
```
2. Run `docker-compose up --detach` to build and start pi-hole
2. Run `docker-compose up -d` to build and start pi-hole
3. Use the Pi-hole web UI to change the DNS settings *Interface listening behavior* to "Listen on all interfaces, permit all origins", if using Docker's default `bridge` network setting
[Here is an equivalent docker run script](https://github.com/pi-hole/docker-pi-hole/blob/master/docker_run.sh).