Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Sep 29, 2024
1 parent 3c0f13b commit eae4ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/scripts/zurg/menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ run_docker_compose() {
echo -e "${YELLOW}Running docker compose up -d...${NC}"
if [ -f "/pg/zurg/docker-compose.yml" ]; then
cd /pg/zurg
docker compose up -d
docker-compose up -d
if [ $? -eq 0 ]; then
echo -e "${GREEN}Docker containers started successfully.${NC}"
echo ""
Expand Down

0 comments on commit eae4ed1

Please sign in to comment.