We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Docksal, I am seeing different experiences with how I am pulling in the Solr image:
Doesn't work (works some of the times, very inconsistent and unstable): solr: image: docksal/solr:8
Works (each and every time): solr: image: solr:8
Mostly what I see when doing the "not working" example, is that the Solr interface can't be accessed (solr.my-domain.docksal.site).
Then, I may do some combination of:
And eventually I may get lucky and find it working as expected. But, it's a pain. Using the "works" example, it works as expected each and every time.
But, what's the issue? And am I missing anything important by using "solr:8" instead of "docksal/solr:8"?
fin version Docksal version: v1.19.0 fin version: v1.118.0 colima --version colima version 0.7.5 # Solr solr: image: solr:8 volumes: - ${PROJECT_ROOT}/.docksal/etc/solr/conf:/var/www/.docksal/etc/solr/conf:ro entrypoint: - docker-entrypoint.sh - solr-precreate - my_store extends: file: ${HOME}/.docksal/stacks/services.yml service: solr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using Docksal, I am seeing different experiences with how I am pulling in the Solr image:
Doesn't work (works some of the times, very inconsistent and unstable):
solr:
image: docksal/solr:8
Works (each and every time):
solr:
image: solr:8
Mostly what I see when doing the "not working" example, is that the Solr interface can't be accessed (solr.my-domain.docksal.site).
Then, I may do some combination of:
And eventually I may get lucky and find it working as expected. But, it's a pain.
Using the "works" example, it works as expected each and every time.
But, what's the issue?
And am I missing anything important by using "solr:8" instead of "docksal/solr:8"?
The text was updated successfully, but these errors were encountered: