networking

This commit is contained in:
2026-01-19 19:40:29 -06:00
parent b7763031dd
commit f584fb2e32
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
];
ports = [
"11434"
"11434:11434"
];
volumes = [

View File

@@ -43,7 +43,7 @@
];
ports = [
"127.0.0.1:9001:80"
"9001:80"
"127.0.0.1:53:53/tcp"
"127.0.0.1:53:53/udp"
];

View File

@@ -31,7 +31,7 @@
ports = [
"127.0.0.1:8000:8000"
"127.0.0.1:9000:9000"
"9000:9000"
];
volumes = [