upgrade to garuda centric web
This commit is contained in:
13
compose.bash
Executable file
13
compose.bash
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
reset
|
||||
|
||||
clear
|
||||
|
||||
set -e
|
||||
|
||||
set -x
|
||||
|
||||
docker compose down --remove-orphans
|
||||
|
||||
docker compose up -d --build
|
||||
Reference in New Issue
Block a user