Skip to content

Commit

Permalink
docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
alisihab committed Sep 16, 2024
1 parent 964b099 commit 46864fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mv ./src/main/resources/config.json_example ./src/main/resources/config.json

mvn install -Dmaven.javadoc.skip=true -B -V -DskipTests

sudo docker-compose -f docker-compose.yml up --build -d
sudo docker compose -f docker-compose.yml up --build -d

# start the counter from 5 seconds
timeCounter=5
Expand All @@ -30,4 +30,4 @@ else
echo "=== Something went wrong while starting the application check log files. ==="
exit 1
fi
sudo docker-compose logs
sudo docker compose logs

0 comments on commit 46864fb

Please sign in to comment.