fix ports

This commit is contained in:
2026-01-07 23:18:10 -05:00
parent 9cf43882a5
commit 59ae764839

View File

@@ -32,7 +32,7 @@ in
"/etc/localtime:/etc/localtime:ro" "/etc/localtime:/etc/localtime:ro"
]; ];
ports = [ ports = [
"8082:8112" "8082:8082"
"29432:29432" "29432:29432"
]; ];
}; };