Skip to content

Commit

Permalink
Merge pull request #661 from fawaf/master
Browse files Browse the repository at this point in the history
use docker-compose example yaml
  • Loading branch information
diginc authored Aug 22, 2020
2 parents daa3c1e + 93b86c8 commit 7199d93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ UNKNOWN.egg-info
.env
ci-workspace
.gh-workspace
docker-compose.yml
etc-dnsmasq.d/
etc-pihole/
var-log/

# WIP/test stuff
doco.yml
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

## Quick Start

1. Copy docker-compose-example.yml to docker-compose.yml and update as needed. See example below:
[Docker-compose](https://docs.docker.com/compose/install/) example:

```yaml
Expand Down Expand Up @@ -36,6 +37,7 @@ services:
- NET_ADMIN
restart: unless-stopped
```
2. Run `docker-compose up --detach` to build and start pi-hole

[Here is an equivalent docker run script](https://github.com/pi-hole/docker-pi-hole/blob/master/docker_run.sh).

Expand Down
File renamed without changes.

0 comments on commit 7199d93

Please sign in to comment.