[mod] backup
This commit is contained in:
parent
2b8dc67817
commit
69eab7c66c
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# backup gitea
|
||||
echo "stopping"
|
||||
docker-compose stop
|
||||
echo "stopping"
|
||||
./backup_gitea.sh
|
||||
. backup_gitea.sh
|
||||
echo "restart"
|
||||
docker-compose up -d
|
||||
|
|
Loading…
Add table
Reference in a new issue