From 06958ba6e691a247bcc4c257311d94820257ea47 Mon Sep 17 00:00:00 2001 From: llwaini <2027095114@qq.com> Date: Mon, 11 Apr 2022 15:08:12 +0800 Subject: [PATCH] modify --- Apps/Calibre-web/appfile.json | 2 +- Apps/Vaultwarden/appfile.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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",