You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix, breaking: remove explicitly set container names to avoid name conflict (#10)
- not setting `container-name` attribute resolves the name conflict on rebuilding/re-deploying
- breaking: rename project to shorter name `ns`, now independent of the local git repo folder name
this means for `docker exec`, the container name changes to e.g.: `ns-pihole-1`
- breaking: move pihole's mapped container to `~/etc-pihole`, no longer part of the repo
to preserve state, move the repo-local folder:
`mv ./pihole ~/etc-pihole`
- adding a `./deploy.sh` script to make deployments consistent and easier if e.g. sudo is required on docker host
- fixes#9
- git clone this repo (or [download main branch as zip, then unzip](https://github.com/davidjenni/pi-hole-unbound/archive/refs/heads/main.zip))
44
+
- git clone this repo (or [download latest release as zip, then unzip](https://github.com/davidjenni/pi-hole-unbound/releases))
45
45
- Create your own *.prod.env file, use the checked in jenni.prod.env as starting point
46
46
- re-start compose stack (build & pull before stopping the already running DNS server!):
0 commit comments