aboutsummaryrefslogtreecommitdiff
path: root/restart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'restart.sh')
-rw-r--r--restart.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/restart.sh b/restart.sh
new file mode 100644
index 0000000..ddb9128
--- /dev/null
+++ b/restart.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/bash
+
+podman compose down && podman compose build && podman compose up -d \ No newline at end of file