Skip to content

Commit

Permalink
Create update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins authored Apr 26, 2021
1 parent 45fdd2f commit 2cecb36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env sh

set -euxo pipefail

docker-compose pull
docker-compose up -d --remove-orphans
docker image prune

0 comments on commit 2cecb36

Please sign in to comment.