internet-pi
internet-pi copied to clipboard
How to change pi-hole ports
Hi, I'm trying to change pi-hole port from 80 to 8181 but there is no way.
I changed it at "templaces/pi-hole-docker-compose.yml.j2"
{% if domain_name_enable and domain_name and domain_pihole %} - "38080:8181/tcp" {% else %} - "8181:8181/tcp"
AND
VIRTUAL_PORT: 8181
and also in templaces/docker-compose.yml.j2
services: {% if domain_name_enable %} nginx-proxy: image: nginxproxy/nginx-proxy restart: always ports: - "8181:8181" But there is no luck