compose pull before starting

This commit is contained in:
Software Shinobi 2025-06-13 07:58:00 -04:00 committed by GitHub
parent 503467d7a5
commit 6d30a43399
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,18 +2,20 @@

##

reset;
reset

clear;
clear

##

set -e;
set -e

set -x;
set -x

##

docker compose pull

docker compose down --remove-orphans

docker compose up --build -d