Skip to content

Commit 5728d92

Browse files
committed
fix for Container dev_solr invalid start port '8983:8983': invalid syntax
This PR had a defect in it: - #928 Now commands like this should work fine, which was the original intent: curl http://localhost:8983/solr/collection1/schema/fields See doc/sphinx-guides/source/container/running/demo.rst under "Additional Metadata Blocks" for related commands.
1 parent 01114df commit 5728d92

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
@@ -155,7 +155,7 @@ services:
155155
dev_solr_initializer:
156156
condition: service_completed_successfully
157157
restart: on-failure
158-
expose:
158+
ports:
159159
- '8983:8983'
160160
networks:
161161
- dataverse

0 commit comments

Comments
 (0)