From 194e213021f9453e4ae1dcb1ee0d6239c1ec148a Mon Sep 17 00:00:00 2001 From: Bruno Alves <57677900+balves42@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:32:47 +0000 Subject: [PATCH] Update nginxproxymanager.sh --- ct/nginxproxymanager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/nginxproxymanager.sh b/ct/nginxproxymanager.sh index 717a4d95e..12ccfacba 100644 --- a/ct/nginxproxymanager.sh +++ b/ct/nginxproxymanager.sh @@ -9,7 +9,7 @@ APP="Nginx Proxy Manager" var_tags="proxy" var_cpu="2" var_ram="1024" -var_disk="4" +var_disk="15" var_os="debian" var_version="12" var_unprivileged="1" @@ -157,4 +157,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:81${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:81${CL}"