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
host
hosts
roles
I was trying to make this configuration so that Meilisearch is available in the web and job network.
accessories: search: image: getmeili/meilisearch:v1.10 roles: - web - job env: clear: MEILI_ENV: production
I am getting the error
ERROR (Kamal::ConfigurationError): accessories/search: specify one of `host`, `hosts` or `roles`
Is roles deprecated in V2?
The text was updated successfully, but these errors were encountered:
Roles still work for me. Also the message itself suggests specify one of host, hosts or roles so maybe the formatting or white space is wrong?
Sorry, something went wrong.
Ok I investigated again, I don't think I have a formatting error but something is very strange as the issues seems to come and go.
I cannot get a full reproduction env yet but working on it
No branches or pull requests
I was trying to make this configuration so that Meilisearch is available in the web and job network.
I am getting the error
Is roles deprecated in V2?
The text was updated successfully, but these errors were encountered: