[mod] backup

This commit is contained in:
Andy Bunce 2022-09-18 22:00:07 +01:00
parent 2b8dc67817
commit 69eab7c66c
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
#!/bin/bash
# backup gitea # backup gitea
echo "stopping" echo "stopping"
docker-compose stop docker-compose stop
echo "stopping" echo "stopping"
./backup_gitea.sh . backup_gitea.sh
echo "restart" echo "restart"
docker-compose up -d docker-compose up -d