Skip to content

Commit

Permalink
Merge pull request #11 from cryptlex/adnan-kamili-patch-1
Browse files Browse the repository at this point in the history
Update update.sh
  • Loading branch information
adnan-kamili authored Sep 24, 2024
2 parents 964340b + e06d45f commit 8898c27
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 8898c27

Please sign in to comment.