I had the commands saved for installation via the command line. I double-checked them. Everything seems to be as in the documentation. It doesn't work through WinBox either.
Here are the installation commands, just in case:
Code: Select all
/container config set registry-ur=https://registry-1.docker.io
/container config set ram-high=100M
/container config set tmpdir=/tmp_docker
/container/envs/add name=envs_pihole key=TZ value=Europe/Kyiv
/container/envs/add name=envs_pihole key=WEBPASSWORD value="1"
/container/envs/add name=envs_pihole key=DNSMASQ_USER value="root"
/container/mounts/add name=pihole_etc src=/pihole/etc dst=/etc/pihole
/container/mounts/add name=dnsmasq_pihole src=/etc-dnsmasq.d dst=/etc/dnsmasq.d
/container/add remote-image=pihole/pihole:latest interface=virteth1 root-dir=/pihole mounts=pihole_etc,dnsmasq_pihole envlist=envs_pihole
Code: Select all
/container mounts add name=adguard_etc src=/adguard/etc dst=/etc/adguard
/container add remote-image=adguard/adguardhome:latest interface=virteth1 root-dir=adguard mounts=adguard_etc