mirror of
https://github.com/sailor-sh/CK-X.git
synced 2026-02-14 09:29:53 +00:00
revert to localhost from play.sailor.sh
This commit is contained in:
@@ -206,7 +206,7 @@ try {
|
||||
|
||||
# Function to open browser
|
||||
function Open-Browser {
|
||||
$url = "https://play.sailor.sh/"
|
||||
$url = "http://localhost:30080/"
|
||||
Write-ColorOutput "Opening Browser" "Blue"
|
||||
Write-ColorOutput "==============================================================" "Cyan"
|
||||
|
||||
@@ -342,6 +342,8 @@ try {
|
||||
Write-ColorOutput "docker compose down --rmi all" "Green"
|
||||
Write-ColorOutput "To access CK-X Simulator: " -NoNewline
|
||||
Write-ColorOutput "https://play.sailor.sh/" "Green"
|
||||
Write-ColorOutput "To access CK-X Simulator locally use: " -NoNewline
|
||||
Write-ColorOutput "http://localhost:30080/" "Green"
|
||||
Write-Host ""
|
||||
Write-ColorOutput "Thank you for installing CK-X Simulator!" "Cyan"
|
||||
}
|
||||
|
||||
@@ -142,7 +142,7 @@ wait_for_service() {
|
||||
|
||||
# Function to open browser
|
||||
open_browser() {
|
||||
local url="https://play.sailor.sh/"
|
||||
local url="http://localhost:30080/"
|
||||
echo -e "${BLUE}Opening Browser${NC}"
|
||||
echo -e "${CYAN}==============================================================${NC}"
|
||||
|
||||
@@ -226,6 +226,7 @@ main() {
|
||||
echo -e "${YELLOW}To clean up all containers and images:${NC} ${GREEN}docker system prune -a${NC}"
|
||||
echo -e "${YELLOW}To remove only CK-X images:${NC} ${GREEN}docker compose down --rmi all${NC}"
|
||||
echo -e "${YELLOW}To access CK-X Simulator:${NC} ${GREEN}https://play.sailor.sh/${NC}"
|
||||
echo -e "${YELLOW}To access CK-X Simulator locally use:${NC} ${GREEN}http://localhost:30080/${NC}"
|
||||
echo
|
||||
echo -e "${CYAN}Thank you for installing CK-X Simulator!${NC}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user