diff options
Diffstat (limited to 'restart.sh')
| -rw-r--r-- | restart.sh | 3 |
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 |
