Slash にアクセス
- 開く:
http://<SERVER_IP>:5231 - 管理者アカウントを登録して Slash にアクセスします。
- 新規ユーザー登録は、管理者としてログイン後、アプリケーション設定から制御できます。
重要なファイルとディレクトリ
- インストールパス:
/root/slash - Docker Compose ファイル:
/root/slash/docker-compose.yml - アプリケーションデータ:
/var/lib/docker/volumes/slash_slash
コンテナ管理
実行中のコンテナを表示:
docker ps
ログを表示:
docker logs -f slash
アプリケーションを再起動:
cd /root/slash
docker compose restart
アプリケーションを停止:
cd /root/slash
docker compose down
アプリケーションを起動:
cd /root/slash
docker compose up -d