From a337382582a3f88a3ba074f8f6eac14e8ab25bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Gr=C3=B6ssing?= Date: Wed, 8 Feb 2017 15:52:35 +0100 Subject: [PATCH] Use RFC-compliant hostname See https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/344 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff73462..8ee53f1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ core name to the `variables` key: When the Solr image starts, it will clone a copy of the project under test, check out the current commit, and create a new Solr core using the configuration files in the `SOLR_CONFIG_DIR`. The Solr core will be available -to the application at: `http://osul__solr:8983/solr/mycore` +to the application at: `http://osul-solr:8983/solr/mycore` [1]: http://lucene.apache.org/solr/