Files

20 lines
156 B
Bash
Raw Permalink Normal View History

2026-02-18 22:37:13 -05:00
#!/bin/bash
##
reset
clear
##
set -e
set -x
##
docker compose -f database.yaml down --remove-orphans
docker compose -f database.yaml up -d --build