Skip to content

Commit da8a73b

Browse files
authored
Update docker command syntax docker-compose-rest.yml
1 parent 5e3d0fb commit da8a73b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/docker-compose-rest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ services:
101101
# * First, run precreate-core to create the core (if it doesn't yet exist). If exists already, this is a no-op
102102
# * Second, copy configsets to this core:
103103
# Updates to Solr configs require the container to be rebuilt/restarted:
104-
# `docker-compose -p d7 -f docker/docker-compose.yml -f docker/docker-compose-rest.yml up -d --build dspacesolr`
104+
# `docker compose -p d7 -f docker/docker-compose.yml -f docker/docker-compose-rest.yml up -d --build dspacesolr`
105105
entrypoint:
106106
- /bin/bash
107107
- '-c'

0 commit comments

Comments
 (0)