chore: move shell scripts under scripts/ and update docs

This commit is contained in:
icy
2025-11-06 17:53:27 +08:00
parent b15b0fb01a
commit 6ca197437d
9 changed files with 68 additions and 62 deletions

View File

@@ -293,8 +293,8 @@ nano config.json # または任意のエディタを使用
```bash
# オプション1便利スクリプトを使用推奨
chmod +x start.sh
./start.sh start --build
chmod +x scripts/start.sh
./scripts/start.sh start --build
> #### Docker Composeバージョンに関する注意
>
@@ -315,10 +315,10 @@ docker compose up -d --build
#### システム管理
```bash
./start.sh logs # ログを表示
./start.sh status # ステータスを確認
./start.sh stop # サービスを停止
./start.sh restart # サービスを再起動
./scripts/start.sh logs # ログを表示
./scripts/start.sh status # ステータスを確認
./scripts/start.sh stop # サービスを停止
./scripts/start.sh restart # サービスを再起動
```
**📖 詳細なDockerデプロイガイドトラブルシューティング高度な設定について**