1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-26 09:09:07 +02:00
Commit Graph

38 Commits

Author SHA1 Message Date
AlexisWilke
2bd15dea8f
Remove second verb.
Signed-off-by: AlexisWilke <alexis@m2osw.com>
2020-11-12 13:51:17 -08:00
Adam Hill
e7bb456701
Merge branch 'dev' into patch-1 2020-05-30 14:23:27 -05:00
Adam Hill
8cb67fde23
Merge pull request #515 from mgalgs/docker-run-storage-dir
docker_run.sh: Add env var to specify storage directory
2020-05-11 19:02:30 -05:00
Adam Hill
740248f18b
Add quote for path 2020-05-11 18:38:19 -05:00
Fazlul Shahriar
edde439023
Fix docker_run.sh syntax
The trailing backslash must be the last character on the line for it to
be interpreted as a continuation command.

Signed-off-by: Fazlul Shahriar <fshahriar@gmail.com>
2020-05-11 01:53:49 -04:00
Назар Ярославович Костецький
fe545c6bb2 add missing env variables
Fix issue #553
now you can access your pi-hole server externaly

Signed-off-by: Назар Ярославович Костецький <silver_925@ukr.net>
2020-02-04 20:13:17 +02:00
Mitchel Humpherys
b5356568d5 docker_run.sh: Add env var to specify storage directory
Currently `docker_run.sh` bind-mounts some directories rooted at the
working directory when the script is invoked.  Add an environment variable
so that this storage location can be specified at invocation time without
having to change to a different directory.

Also creates PIHOLE_BASE if it doesn't exist already.
2019-09-30 11:44:40 -07:00
Itay Komemy
3d76736421
Update docker_run.sh 2019-05-12 23:52:50 +03:00
Adam Hill
1685ed342f
Another flaky test, logs of readme
Signed-off-by: Adam Hill <adam@diginc.us>
2019-02-09 02:08:20 -06:00
Adam Hill
fca7769b33
remove ServerIP requirement, simpler example commands
Signed-off-by: Adam Hill <adam@diginc.us>
2019-02-07 19:51:15 -06:00
Vincent Perricone
2c2b8dfab9 Update wording
Signed-off-by: Vincent Perricone <vhp@fastmail.fm>
2019-01-12 22:34:02 -05:00
Vincent Perricone
5c53f1c26d Updates to docker_run
Signed-off-by: Vincent Perricone <vhp@fastmail.fm>
2019-01-12 22:34:02 -05:00
Adam Hill
b2aecc497a
remove comment mid docker run, it breaks the command
Signed-off-by: Adam Hill <adam@diginc.us>
2019-01-12 17:34:34 -06:00
Adam Hill
8d8f990db8
Updating docker_run loop to not run infinitely
Signed-off-by: Adam Hill <adam@diginc.us>
2019-01-11 22:23:31 -06:00
Adam Hill
27ed5bdc98
Merge pull request #383 from vhp/vhp-tidy
Tidy up docker run script
2019-01-11 22:13:47 -06:00
Adam Hill
187a04f501
Update docker_run.sh
Exit on error for things like container name or port conflicts
2019-01-10 10:00:39 -06:00
Vincent Perricone
6ab7d727e2 Remove trailing whitespace, cleanup output and add wait to ensure password is printed
Signed-off-by: Vincent Perricone <vhp@fastmail.fm>
2019-01-09 23:15:35 -05:00
Craig Younkins
5ded3accab net=host is the only way to use DHCP
Signed-off-by: Craig Younkins <cyounkins@gmail.com>
2018-12-14 14:22:50 -05:00
Adam Hill
497ae17bf0
generic iproute output parsing
Fixes #346
Fixes #312
2018-10-31 20:11:18 -05:00
Adam Hill
173707fb2d
adding more dns setting documentation
Signed-off-by: Adam Hill <adam@diginc.us>
2018-10-15 22:35:13 -05:00
Adam Hill
73f05e6d35
A bunch of name changes
Signed-off-by: Adam Hill <adam@diginc.us>
2018-08-04 11:40:37 -05:00
diginc
6364640d4f readme updates 2018-07-10 23:11:44 -05:00
Adam Hill
225332b977
fix_ipv6_lookup
Forgot to add the lookup fix from https://github.com/diginc/docker-pi-hole/issues/199#issuecomment-372462890
2018-04-21 12:42:13 -05:00
diginc
615af98eab delete all the alpine 2018-01-03 20:09:47 -06:00
diginc
48d5f101a9 missing space 2017-05-29 14:02:28 -05:00
diginc
e290d969d8 updating docs 2017-05-29 13:59:03 -05:00
diginc
c3c94b8955 a bunch of documentation tweaks 2017-05-22 23:39:56 -05:00
Adam Hill
42ab9f9a7d Update docker_run.sh
Switch `create` back to `run -d`
2017-05-22 12:32:15 -05:00
diginc
c9b08e8848 documenting and validating the Server IP env vars 2017-05-19 00:36:53 -05:00
diginc
0eb410ae31 Documentation and run cmd updates 2017-02-03 00:05:34 -06:00
Adam Hill
8d90235580 Update docker_run.sh 2017-01-09 12:04:32 -06:00
Matthew Kennedy
472b98894e Use ip route to determine IP 2017-01-07 22:16:29 -07:00
diginc
21eee5a0ca Shellcheck added to py.test and fixes
- Various minor quote fixes
- Optimized repeated echos into php conf for alpine
2016-10-08 14:56:06 -05:00
diginc
db5b1c72eb added ARM tag to docs, update to readme and run script 2016-09-23 20:13:08 -05:00
diginc
b3879c8729 Fix to debian lighttpd php config #19 w/tests 2016-07-16 16:00:20 -05:00
diginc
e02f4bd837 updated example environment variables and documentation I missed 2016-04-26 07:46:27 -05:00
diginc
b0011d0a46 Updated version, support for custom DNS server override env vars 2016-04-25 23:18:41 -05:00
diginc
8587027453 adding docker host IP pass in for dnsmasq to use for ads 2016-03-28 09:23:37 -05:00