Update Skript erstellt

This commit is contained in:
bmen 2021-09-10 06:52:19 +00:00
parent 85918ef641
commit 3e5f9d8cb1
1 changed files with 6 additions and 0 deletions

6
update.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
docker-compose down
git pull
docker-compose pull
docker-compose up -d