try pihole network

This commit is contained in:
2026-01-19 08:42:11 -06:00
parent 23b4035da1
commit e69f8348be
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
# unstable, waiting for 26.05 # unstable, waiting for 26.05
#pull = "newer"; #pull = "newer";
hostname = "ollama.local"; hostname = "ollama.esotericbytes.com";
ports = [ ports = [
"127.0.0.1:11434:11434" "127.0.0.1:11434:11434"

View File

@@ -26,7 +26,7 @@
# unstable, waiting for 26.05 # unstable, waiting for 26.05
#pull = "newer"; #pull = "newer";
hostname = "pihole.local"; hostname = "pihole.esotericbytes.com";
networks = [ networks = [
"ve-pihole" "ve-pihole"
@@ -34,8 +34,8 @@
ports = [ ports = [
"127.0.0.1:9001:80" "127.0.0.1:9001:80"
"53:53/tcp" "127.0.0.1:53:53/tcp"
"53:53/udp" "127.0.0.1:53:53/udp"
]; ];
volumes = [ volumes = [

View File

@@ -13,7 +13,7 @@
# unstable, waiting for 26.05 # unstable, waiting for 26.05
#pull = "newer"; #pull = "newer";
hostname = "portainer.local"; hostname = "portainer.esotericbytes.com";
ports = [ ports = [
"127.0.0.1:8000:8000" "127.0.0.1:8000:8000"