Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Aug 5, 2024
1 parent 9832942 commit a6e1350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/helper_embark_general.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ check_db() {
HOST_ENV=$(grep DATABASE_HOST ./.env | sed 's/DATABASE\_HOST\=//')
echo -e "\\n${ORANGE}""${BOLD}""checking database""${NC}\\n""${BOLD}=================================================================${NC}"
echo -e "${BLUE}""${BOLD}""1. checking startup""${NC}\\n"
if docker compose -f ./docker compose.yml up -d ; then
if docker compose -f ./docker-compose.yml up -d ; then
echo -e "${GREEN}""${BOLD}""Finished setup mysql and redis docker images""${NC}"
add_to_env_history "${PW_ENV}" "$(docker compose ps -q embark_db)"
else
Expand Down

0 comments on commit a6e1350

Please sign in to comment.