Skip to content

Commit b6a1efa

Browse files
authored
Expose Solr port for dev
This useful when trying to reload Solr after adding a metadata block and running update-fields.sh.
1 parent 94aecb3 commit b6a1efa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-env/docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ services:
156156
condition: service_completed_successfully
157157
restart: on-failure
158158
expose:
159-
- '8983'
159+
- '8983:8983'
160160
networks:
161161
- dataverse
162162
command:

0 commit comments

Comments
 (0)