Skip to content

Commit 0243878

Browse files
authored
Merge pull request #488 from NASA-PDS/copilot/sub-pr-483-yet-again
Use --detach instead of -d in docker compose example
2 parents 9a674db + 646d4ec commit 0243878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The `docker/` directory contains the full application stack. Key profiles:
111111
**Start backend services (Elasticsearch + Registry API):**
112112
```bash
113113
cd docker
114-
docker compose --profile=pds-core-registry up -d
114+
docker compose --profile=pds-core-registry up --detach
115115
```
116116

117117
**Start development environment with test data (no API):**

0 commit comments

Comments
 (0)