try pihole network
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
# unstable, waiting for 26.05
|
||||
#pull = "newer";
|
||||
|
||||
hostname = "ollama.local";
|
||||
hostname = "ollama.esotericbytes.com";
|
||||
|
||||
ports = [
|
||||
"127.0.0.1:11434:11434"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
# unstable, waiting for 26.05
|
||||
#pull = "newer";
|
||||
|
||||
hostname = "pihole.local";
|
||||
hostname = "pihole.esotericbytes.com";
|
||||
|
||||
networks = [
|
||||
"ve-pihole"
|
||||
@@ -34,8 +34,8 @@
|
||||
|
||||
ports = [
|
||||
"127.0.0.1:9001:80"
|
||||
"53:53/tcp"
|
||||
"53:53/udp"
|
||||
"127.0.0.1:53:53/tcp"
|
||||
"127.0.0.1:53:53/udp"
|
||||
];
|
||||
|
||||
volumes = [
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
# unstable, waiting for 26.05
|
||||
#pull = "newer";
|
||||
|
||||
hostname = "portainer.local";
|
||||
hostname = "portainer.esotericbytes.com";
|
||||
|
||||
ports = [
|
||||
"127.0.0.1:8000:8000"
|
||||
|
||||
Reference in New Issue
Block a user