Загрузить файлы в «/»
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user