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
|
### 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user