mirror of https://github.com/tteck/Proxmox.git
parent
74b2a1bf2a
commit
89da288a7f
|
@ -147,15 +147,15 @@ WantedBy=default.target" >$service_path
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
start
|
||||||
|
build_container
|
||||||
|
description
|
||||||
|
|
||||||
msg_info "Setting Container to Normal Resources"
|
msg_info "Setting Container to Normal Resources"
|
||||||
pct set $CTID -memory 1024
|
pct set $CTID -memory 1024
|
||||||
pct set $CTID -cores 2
|
pct set $CTID -cores 2
|
||||||
msg_ok "Set Container to Normal Resources"
|
msg_ok "Set Container to Normal Resources"
|
||||||
|
|
||||||
start
|
|
||||||
build_container
|
|
||||||
description
|
|
||||||
|
|
||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
echo -e "${APP} should be reachable by going to the following URL.
|
echo -e "${APP} should be reachable by going to the following URL.
|
||||||
${BL}http://${IP}:8123${CL}"
|
${BL}http://${IP}:8123${CL}"
|
||||||
|
|
Loading…
Reference in New Issue