The original post: /r/pihole by /u/it_is_gaslighting on 2024-11-12 10:46:20.
So I used the quick start version of the docker_compose.yml from pihole with DHCP (network mode “host”) and set restart to always.
As I don’t want to set anything up again I would like to edit everything from the settings to the yml. I made a backup from the teleporter but I want to put a maximum on the yml file to have a maximum preconfigured.
So for example I have predefined IPs for example for printers which need to keep the same IP in the local network, so there is this stuff I need to stay static even when I restart the docker container from scratch. Is there a way to simplify the process of “saving the settings that are now in place to the yml”? Stuff like the printer IP, gateway IP, or even loading in a backup teleporter file.
Am I on a correct path or is there a smarter way to solve this task?