From 3b5ab748ae790ac09c886d004661d73780d8f4af Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Wed, 6 May 2026 19:42:21 -0400 Subject: [PATCH] docker-compose to docker compose command --- automation/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/README.md b/automation/README.md index b975d64..d54eedf 100644 --- a/automation/README.md +++ b/automation/README.md @@ -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