Files
apis.cardplayersunited.com/.recycle/database.bash
2026-02-19 00:37:10 -05:00

20 lines
156 B
Bash
Executable File

#!/bin/bash
##
reset
clear
##
set -e
set -x
##
docker compose -f database.yaml down --remove-orphans
docker compose -f database.yaml up -d --build