You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "${bgpurple}${white}easydock is ready! Customize your ${bold}.env.easydock${reset}${bgpurple}${white} file and run ${bold}${ED_CMD} build${reset}${bgpurple}${white}${br}${reset}"
201
+
echo -e "${green}easydock is ready!${reset}${br}${br}${bgpurple}${white} Customize your ${bold}.env.easydock${reset}${bgpurple}${white} file and run ${bold}${ED_CMD} build${reset}${bgpurple}${white}${br}${reset}"
docker-compose -f ./.easydock/docker-compose.yml --env-file=./.env.easydock up -d --force-recreate
372
372
373
373
if [ "${ed_portapp}"=="80" ];then
374
-
echo -e "${br}${bgpurple}${white} easydock has been started... visit ${bold}${underline}http://localhost${reset}${bgpurple}${white}${reset}${br}"
374
+
echo -e "${br}${bgpurple}${white} easydock app has been started... visit ${bold}${underline}http://localhost${reset}${bgpurple}${white}${reset}${br}"
375
375
else
376
-
echo -e "${br}${bgpurple}${white} easydock has been started... visit ${bold}${underline}http://localhost:${ed_portapp}${reset}${bgpurple}${white}${reset}${br}"
376
+
echo -e "${br}${bgpurple}${white} easydock app has been started... visit ${bold}${underline}http://localhost:${ed_portapp}${reset}${bgpurple}${white}${reset}${br}"
377
377
fi
378
378
}
379
379
@@ -382,7 +382,7 @@ function ed_down() {
382
382
if [[ $REPLY=~ ^[Yy]$ ]];then
383
383
echo -e "${br}${br}${blue}Wait...${reset}${br}"
384
384
docker-compose -f ./.easydock/docker-compose.yml --env-file=./.env.easydock down
385
-
echo -e "${br}${bgpurple}${white} easydock has been stopped and containers removed! ${reset}"
385
+
echo -e "${br}${bgpurple}${white} easydock app has been stopped and containers removed! ${reset}"
echo -e "${br}${bgpurple}${white} easydock has been started... visit ${bold}${underline}http://localhost${reset}${bgpurple}${white}${reset}${br}"
399
+
echo -e "${br}${bgpurple}${white} easydock app has been started... visit ${bold}${underline}http://localhost${reset}${bgpurple}${white}${reset}${br}"
400
400
else
401
-
echo -e "${br}${bgpurple}${white} easydock has been started... visit ${bold}${underline}http://localhost:${ed_portapp}${reset}${bgpurple}${white}${reset}${br}"
401
+
echo -e "${br}${bgpurple}${white} easydock app has been started... visit ${bold}${underline}http://localhost:${ed_portapp}${reset}${bgpurple}${white}${reset}${br}"
402
402
fi
403
403
}
404
404
405
405
functioned_stop() {
406
-
read -r -p "Are you sure to stop easydock containers? (Y/n): " -n 1 -r
406
+
read -r -p "Are you sure to stop easydock app? (Y/n): " -n 1 -r
0 commit comments