networking
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
"11434"
|
"11434:11434"
|
||||||
];
|
];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
"127.0.0.1:9001:80"
|
"9001:80"
|
||||||
"127.0.0.1:53:53/tcp"
|
"127.0.0.1:53:53/tcp"
|
||||||
"127.0.0.1:53:53/udp"
|
"127.0.0.1:53:53/udp"
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
"127.0.0.1:8000:8000"
|
"127.0.0.1:8000:8000"
|
||||||
"127.0.0.1:9000:9000"
|
"9000:9000"
|
||||||
];
|
];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|||||||
Reference in New Issue
Block a user