update
This commit is contained in:
parent
b8385c110e
commit
849da14928
4 changed files with 69 additions and 0 deletions
8
conf.d/container.fish
Normal file
8
conf.d/container.fish
Normal file
|
@ -0,0 +1,8 @@
|
|||
set -gx CONTAINER_ENGINE "podman"
|
||||
set -gx CONTAINER_COMPOSE "podman-compose"
|
||||
|
||||
function redeploy
|
||||
$CONTAINER_COMPOSE down
|
||||
$CONTAINER_COMPOSE pull
|
||||
$CONTAINER_COMPOSE up -d
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue