Skip to content

Commit 929b4fe

Browse files
committed
[DSC-2193] Fix comments
1 parent 8a7e06a commit 929b4fe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docker-compose-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
networks:
1010
# Default to using network named 'dspacenet' from docker-compose.yml.
11-
# Its full name will be prepended with the project name (e.g. "-p d7" means it will be named "d7_dspacenet")
11+
# Its full name will be prepended with the project name (e.g. "-p dcris24" means it will be named "dcris24_dspacenet")
1212
default:
1313
name: ${COMPOSE_PROJECT_NAME}_dspacenet
1414
external: true

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ services:
106106
# Initialize all DSpace Solr cores then start Solr:
107107
# * First, run precreate-core to create the core (if it doesn't yet exist). If exists already, this is a no-op
108108
# * Second, copy configsets to this core:
109-
# Updates to Solr configs require the container to be rebuilt/restarted: `docker compose -p d7 up -d --build dspacesolr`
109+
# Updates to Solr configs require the container to be rebuilt/restarted: `docker compose -p dcris24 up -d --build dspacesolr`
110110
entrypoint:
111111
- /bin/bash
112112
- '-c'

dspace/src/main/docker-compose/docker-compose-angular.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
networks:
1010
# Default to using network named 'dspacenet' from docker-compose.yml.
11-
# Its full name will be prepended with the project name (e.g. "-p d7" means it will be named "d7_dspacenet")
11+
# Its full name will be prepended with the project name (e.g. "-p dcris24" means it will be named "dcris24_dspacenet")
1212
default:
1313
name: ${COMPOSE_PROJECT_NAME}_dspacenet
1414
external: true

dspace/src/main/docker-compose/docker-compose-iiif.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
networks:
1414
# Default to using network named 'dspacenet' from docker-compose.yml.
15-
# Its full name will be prepended with the project name (e.g. "-p d7" means it will be named "d7_dspacenet")
15+
# Its full name will be prepended with the project name (e.g. "-p dcris24" means it will be named "dcris24_dspacenet")
1616
default:
1717
name: ${COMPOSE_PROJECT_NAME}_dspacenet
1818
external: true

dspace/src/main/docker-compose/docker-compose-shibboleth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
networks:
1414
# Default to using network named 'dspacenet' from docker-compose.yml.
15-
# Its full name will be prepended with the project name (e.g. "-p d7" means it will be named "d7_dspacenet")
15+
# Its full name will be prepended with the project name (e.g. "-p dcris24" means it will be named "dcris24_dspacenet")
1616
default:
1717
name: ${COMPOSE_PROJECT_NAME}_dspacenet
1818
external: true

0 commit comments

Comments
 (0)