mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
first version
This commit is contained in:
parent
15f1340a78
commit
24a15c8c2a
2 changed files with 171 additions and 14 deletions
|
@ -60,7 +60,7 @@ msg_info "Updating Frigate LXC"
|
|||
cd /opt/frigate
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
msg_ok "Updated Shinobi LXC"
|
||||
msg_ok "Updated Frigate LXC"
|
||||
exit
|
||||
}
|
||||
|
||||
|
@ -69,5 +69,5 @@ build_container
|
|||
description
|
||||
|
||||
msg_ok "Completed Successfully!\n"
|
||||
echo -e "${APP} Setup should be reachable by going to the following URL.
|
||||
${BL}http://${IP}:8080/super${CL} \n"
|
||||
echo -e "${APP} should be reachable by going to the following URL.
|
||||
${BL}http://${IP}:5000/${CL} \n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue