1

Services/StateSpaces: Fix port

This commit is contained in:
2025-08-31 19:46:38 +02:00
parent 9bbd7c1ff8
commit 5f5ccc7e38

View File

@ -13,7 +13,8 @@ in {
ports = [ ports = [
# "8080:8090" # "8080:8090"
"5173:3111" # "3111:5173"
"3111:8080"
]; ];
volumes = []; volumes = [];