Files
linux.softwareshinobi.com/compose.bash
2025-03-14 15:46:26 -04:00

14 lines
106 B
Bash
Executable File

#!/bin/bash
##
set -e;
set -x;
##
docker compose down --remove-orphans
docker compose up --build -d