Fix vaultwarden port

This commit is contained in:
Daniel Cosme
2026-05-07 20:57:24 -04:00
parent 21d8ab3532
commit b16a1aa45e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ var Vaultwarden = Service{
Port: 80, // Server Port
Public: &Public{
URL: "https://vault.danicos.me",
NodePort: 300012,
NodePort: 30012,
},
}