Merge pull request #674 from pi-hole/master

Sync dev from master
This commit is contained in:
Adam Hill 2020-08-22 15:27:34 -05:00 committed by GitHub
commit 52e819a975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 2 deletions

View File

@ -8,6 +8,7 @@ on:
- beta-v*
- release/*
tags:
- v*
pull_request:
#env:

4
.gitignore vendored
View File

@ -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

View File

@ -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
@ -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).

View File

@ -1 +1 @@
v5.1.1
v5.1.2

View File

@ -4,7 +4,7 @@ mkdir -p /etc/pihole/
mkdir -p /var/run/pihole
# Production tags with valid web footers
export CORE_VERSION="$(cat /etc/docker-pi-hole-version)"
export WEB_VERSION="v5.1"
export WEB_VERSION="v5.1.1"
# Only use for pre-production / testing
export CHECKOUT_BRANCHES=false