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
Although there isn't a security reason per say, having SSL enabled would be a nice-to-have so users don't need to click through browser warnings.
I thought adding the following to the builder should work but it doesn't appear to:
options.ssl = true; options.sslExpose = false;
The text was updated successfully, but these errors were encountered:
This works in my landofile:
services: pma: type: phpmyadmin ssl: true sslExpose: false proxy: pma: - pma.mysite.lndo.site
Sorry, something went wrong.
To set it in the builder, you have to do that service merge thing. I did this exact thing in the mailpit plugin.
No branches or pull requests
Although there isn't a security reason per say, having SSL enabled would be a nice-to-have so users don't need to click through browser warnings.
I thought adding the following to the builder should work but it doesn't appear to:
The text was updated successfully, but these errors were encountered: