Skip to content

Commit

Permalink
Updated setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Prateek-Thakare committed Jun 5, 2024
1 parent 00fe688 commit a324c77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup/docker/docker-setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ echo -e -n "[?] ${BICyan} Do you have sudo access on the machine? (y/n)? ${NC}"

# Install packages


docker compose up --remove-orphans -d --build mongodb
docker compose up --remove-orphans -d --build mantis
docker compose up --remove-orphans -d --build appsmith
docker compose pull
docker compose up --remove-orphans -d mongodb
docker compose up --remove-orphans -d mantis
docker compose up --remove-orphans -d appsmith
#docker network connect mantis-network appsmith

echo -e "${BIYellow}\n\nSETUP SUMMARY${NC}\n"
Expand Down

0 comments on commit a324c77

Please sign in to comment.