Skip to content

Commit 2f4e9fd

Browse files
authored
update message
1 parent 0976037 commit 2f4e9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx/entrypoint-nginx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ echo -e "\n${COLOR_YELLOW}━━━━━━━━━━━━━━━━━━
106106

107107
# URL Access Information
108108
echo -e "\n${COLOR_GREEN}${COLOR_BOLD}🔑 Access your WordPress admin page at:${COLOR_RESET}"
109-
echo -e "${COLOR_LIGHT_CYAN}https://172.19.0.3/wp-admin${COLOR_RESET}"
109+
echo -e "${COLOR_LIGHT_CYAN}URL: ${COLOR_RESET}${COLOR_BOLD}https://172.19.0.3/wp-admin${COLOR_RESET}"
110110

111111
# Separator for credentials
112112
echo -e "\n${COLOR_YELLOW}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${COLOR_RESET}"
@@ -120,7 +120,7 @@ echo -e "${COLOR_LIGHT_CYAN}Password: ${COLOR_RESET}${COLOR_BOLD}${NPP_USER}${CO
120120
echo -e "\n${COLOR_YELLOW}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${COLOR_RESET}"
121121

122122
# Default Nginx cache path
123-
echo -e "\n${COLOR_GREEN}${COLOR_BOLD}📝 Nginx Cache Path:${COLOR_RESET}"
123+
echo -e "\n${COLOR_GREEN}${COLOR_BOLD}💾 Nginx Cache Path:${COLOR_RESET}"
124124
echo -e "${COLOR_LIGHT_CYAN}Path: ${COLOR_RESET}${COLOR_BOLD}${MOUNT_DIR}${COLOR_RESET}"
125125

126126
# Final separator

0 commit comments

Comments
 (0)