This commit is contained in:
louiscklaw
2025-01-31 21:39:17 +08:00
parent 2e592cb561
commit c8cd212029
89 changed files with 9078 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -ex
docker compose pull
docker compose build
docker compose kill
docker compose down --volumes
sudo rm -rf ./volumes/mysql
docker compose up -d