Skip to content

Commit

Permalink
Update update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan-kamili authored Sep 24, 2024
1 parent 964340b commit e06d45f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

echo "### getting the latest web-api, dashboard and release-server docker images ..."
docker-compose pull web-api dashboard release-server
docker compose pull web-api dashboard release-server

echo "### stopping the web-api, dashboard and release-server services ..."
docker-compose stop web-api dashboard release-server
docker compose stop web-api dashboard release-server

echo "### restarting the web-api, dashboard and release-server services ..."
docker-compose up -d
docker compose up -d

0 comments on commit e06d45f

Please sign in to comment.