Services/StateSpaces: Fix port
This commit is contained in:
@ -13,7 +13,8 @@ in {
|
|||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
# "8080:8090"
|
# "8080:8090"
|
||||||
"5173:3111"
|
# "3111:5173"
|
||||||
|
"3111:8080"
|
||||||
];
|
];
|
||||||
|
|
||||||
volumes = [];
|
volumes = [];
|
||||||
|
Reference in New Issue
Block a user