Files
python.softwareshinobi.com/compose.bash

20 lines
122 B
Bash
Raw Permalink Normal View History

2025-06-05 07:33:41 -04:00
#!/bin/bash
##
reset
clear
##
set -e
set -x
##
docker compose down --remove-orphans
docker compose up --build -d