Skip to content

Commit

Permalink
v2 update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Jun 14, 2024
1 parent 90bb48f commit 2146e19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
docker stop swarm.sphinx
docker rm swarm.sphinx
./pull.sh
docker stop $1.sphinx
docker rm $1.sphinx
docker-compose -f sphinxv2.yml up swarm.sphinx -d
docker logs swarm.sphinx --follow

0 comments on commit 2146e19

Please sign in to comment.