Files
linux.softwareshinobi.com/landing/compose.bash

20 lines
122 B
Bash
Raw Permalink Normal View History

2025-03-14 15:46:26 -04:00
#!/bin/bash
##
reset
clear
##
set -e
set -x
##
docker compose down --remove-orphans
docker compose up --build -d