docker-compose to docker compose command

This commit is contained in:
Jonathan Rosenbaum 2026-05-06 19:42:21 -04:00
parent a3a2e3cae8
commit 3b5ab748ae

View File

@ -168,7 +168,7 @@ ls ../env
### 2. Build and Start ### 2. Build and Start
```bash ```bash
docker-compose up -d docker compose up -d
``` ```
### 3. Verify Container is Running ### 3. Verify Container is Running
@ -240,7 +240,7 @@ If portal download fails with "Session expired":
cd .. cd ..
node save-session.js node save-session.js
# Then restart container # Then restart container
docker-compose restart docker compose restart
``` ```
### Missing Environment Variables ### Missing Environment Variables