initial commit
This commit is contained in:
commit
0e54bee4b9
4 changed files with 345 additions and 0 deletions
8
peach/update.sh
Executable file
8
peach/update.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
# fetch latest version
|
||||
docker-compose pull --ignore-pull-failures
|
||||
# reload if needed
|
||||
docker-compose up -d
|
||||
Loading…
Add table
Add a link
Reference in a new issue