Files
linux.softwareshinobi.com/compose.bash

15 lines
107 B
Bash
Executable File

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