Skip to content

Commit

Permalink
Update Docker README.md
Browse files Browse the repository at this point in the history
Change docker-compose command by docker compose
  • Loading branch information
pilasou authored Jul 4, 2024
1 parent d87911d commit 567f86a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dspace/src/main/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,15 @@ can be pulled / built following the [docker compose resources](../docker-compose
documentation. Or, to just build and/or run Solr:

```bash
docker-compose build dspacesolr
docker-compose -p d8 up -d dspacesolr
docker compose build dspacesolr
docker compose -p d8 up -d dspacesolr
```

If you're making iterative changes to the DSpace Solr configsets you'll need to rebuild /
restart the `dspacesolr` container for the changes to be deployed. From DSpace root:

```bash
docker-compose -p d8 up --detach --build dspacesolr
docker compose -p d8 up --detach --build dspacesolr
```

## ./test/ folder
Expand Down

0 comments on commit 567f86a

Please sign in to comment.