Skip to content

Commit 3101004

Browse files
update container names in the logs in the README
1 parent 85c48c5 commit 3101004

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sample_solutions/CodeTranslation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,10 @@ The UI will be available at: `http://localhost:3000`
294294
docker compose logs -f
295295

296296
# Backend only
297-
docker compose logs -f backend
297+
docker compose logs -f code-trans-backend
298298

299299
# Frontend only
300-
docker compose logs -f frontend
300+
docker compose logs -f code-trans-frontend
301301
```
302302

303303
**Verify the services are running**:

0 commit comments

Comments
 (0)