docker-compose to docker compose command
This commit is contained in:
parent
a3a2e3cae8
commit
3b5ab748ae
@ -168,7 +168,7 @@ ls ../env
|
||||
### 2. Build and Start
|
||||
|
||||
```bash
|
||||
docker-compose up -d
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
### 3. Verify Container is Running
|
||||
@ -240,7 +240,7 @@ If portal download fails with "Session expired":
|
||||
cd ..
|
||||
node save-session.js
|
||||
# Then restart container
|
||||
docker-compose restart
|
||||
docker compose restart
|
||||
```
|
||||
|
||||
### Missing Environment Variables
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user