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 "${RED}#${RESET} Failed to pull the latest Docker images. Please check your network connection and the Docker registry status, then try again."
108
+
exit 1
109
+
fi
110
+
105
111
echo -e "${YELLOW}#${RESET} Forcing recreation of containers..."
106
112
if! docker compose -f /opt/project-nomad/compose.yml up -d --force-recreate;then
107
113
echo -e "${RED}#${RESET} Failed to recreate containers. Please check the Docker logs for more details."
0 commit comments