install/uninstall/update/restart scripts
This commit is contained in:
9
restart.sh
Normal file
9
restart.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eux
|
||||
|
||||
cd /lib/joeac.net
|
||||
podman-compose build
|
||||
podman-compose down
|
||||
podman-compose up -d
|
||||
|
||||
Reference in New Issue
Block a user