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