diff --git a/Apps/Calibre-web/appfile.json b/Apps/Calibre-web/appfile.json index 241e79c..ee30bd9 100644 --- a/Apps/Calibre-web/appfile.json +++ b/Apps/Calibre-web/appfile.json @@ -119,7 +119,7 @@ }, { "content": "Password", - "value": "admin" + "value": "admin123" } ] }, diff --git a/Apps/Vaultwarden/appfile.json b/Apps/Vaultwarden/appfile.json index 6210b48..a34c69a 100644 --- a/Apps/Vaultwarden/appfile.json +++ b/Apps/Vaultwarden/appfile.json @@ -40,8 +40,8 @@ "envs": [], "ports": [ { - "container": "8080", - "host": "8080", + "container": "80", + "host": "80", "type": "tcp", "allocation": "preferred", "configurable": "advanced",