-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot set bind_host
in AdGuardHome.yaml (docker version)
#4231
Comments
Is there an update on this issue? 😀 @ainar-g |
Necrobumping With the |
For anyone wanting to do this now, https://hub.docker.com/r/jsimon0/adguardhome |
Docker also allows overriding image defaults. So as a workaround I am using a custom command in my compose file omitting the host option:
|
Merge in DNS/adguard-home from web-addr-cmdline to master Squashed commit of the following: commit 27652db Author: Dimitry Kolyshev <[email protected]> Date: Thu Jun 22 17:51:43 2023 +0400 home: web-addr opt commit b234d10 Merge: eef1b5c 66345e8 Author: Dimitry Kolyshev <[email protected]> Date: Thu Jun 22 17:10:57 2023 +0400 Merge remote-tracking branch 'origin/master' into web-addr-cmdline # Conflicts: # CHANGELOG.md commit eef1b5c Author: Dimitry Kolyshev <[email protected]> Date: Thu Jun 22 17:04:12 2023 +0400 all: docs Updates #4231. commit b4adb0b Author: Dimitry Kolyshev <[email protected]> Date: Thu Jun 22 16:58:12 2023 +0400 all: docker Updates #4231. commit a4012fd Author: Dimitry Kolyshev <[email protected]> Date: Thu Jun 22 11:24:02 2023 +0400 all: docker commit bd5cc33 Merge: 36841dd 123ca87 Author: Dimitry Kolyshev <[email protected]> Date: Thu Jun 22 11:22:51 2023 +0400 Merge remote-tracking branch 'origin/master' into web-addr-cmdline commit 36841dd Author: Dimitry Kolyshev <[email protected]> Date: Wed Jun 21 11:53:40 2023 +0400 all: docker commit 5c4756a Author: Dimitry Kolyshev <[email protected]> Date: Wed Jun 21 11:50:41 2023 +0400 all: imp docs commit 7b6fba8 Merge: 54c1190 ca31352 Author: Dimitry Kolyshev <[email protected]> Date: Wed Jun 21 11:47:36 2023 +0400 Merge remote-tracking branch 'origin/master' into web-addr-cmdline commit 54c1190 Author: Dimitry Kolyshev <[email protected]> Date: Tue Jun 20 15:57:54 2023 +0400 home: imp code commit c87e0a6 Author: Dimitry Kolyshev <[email protected]> Date: Tue Jun 20 15:56:45 2023 +0400 all: imp docs commit de240d0 Author: Dimitry Kolyshev <[email protected]> Date: Tue Jun 20 15:54:27 2023 +0400 all: docker commit 568d537 Author: Dimitry Kolyshev <[email protected]> Date: Tue Jun 20 13:38:53 2023 +0400 all: docs commit 407e230 Author: Dimitry Kolyshev <[email protected]> Date: Tue Jun 20 13:24:23 2023 +0400 home: deprecate opts commit 6e628fa Author: Dimitry Kolyshev <[email protected]> Date: Tue Jun 20 13:18:10 2023 +0400 home: web-addr opt
Please have a look, we have implemented the requested changes. |
This should be fixed as of v0.107.33. Can any of you please check? |
@ainar-g Works fine in v.0.107.33, thanks! |
Issue Details
Hi guys:
Now I am using v0.107.3 version, I want to change
bind_host
to192.168.1.1
, but after restarting adguardhome, the value in the configuration file will automatically change to0.0.0.0
.Maybe it has something to do with this line of the Dockerfile https://github.com/AdguardTeam/AdGuardHome/blob/v0.107.3/scripts/make/Dockerfile#L59, can it be fixed in the future? 😄
The text was updated successfully, but these errors were encountered: