Загрузить файлы в «/»

This commit is contained in:
2026-04-23 06:40:34 +00:00
parent 9caa996d31
commit 1a5c27dbe9
5 changed files with 383 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
echo "== RemnaWave Panel: reinstall =="
docker compose down --remove-orphans
docker compose up -d --build
echo "Panel reinstalled: http://localhost:8080"