This commit is contained in:
JamBox
2026-02-15 21:03:42 -08:00
parent 5e5eb20618
commit 6488eac108
6 changed files with 169 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
cd /home/$USER/server-stack
git pull origin main
docker compose up -d --build
docker-compose up -d --build