-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
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
Docker secrets? #11
Comments
…from existing files if needed (eg Docker secrets) See issue #11
I'm not familiar with using Docker secrets, but I've done what the docs suggest and have added I've briefly tested using Let me know if theres any wonkiness, or if adding any more vars would be useful. |
Just tested it, worked great. The only other suggestion I would have for vars is unrelated, but your container allows for local network exceptions in a space-separated environment variable. It's such a small thing, but most of the other containers I've seen do that as a comma-separated variable? If yours used commas too then I could put my local exceptions into my .env file and maintain it there instead of in a couple different places in my compose file. |
I could probably just make it replace the commas with spaces so it can accept either. I don't think that would break anything. |
Cheers, that would work. I was trying to figure out a command to run to do it myself but I'm still learning shell and docker and stuff. |
Any plans to implement docker secrets for the username and password? Ideally I could use secrets for the u/p for both PIA and the proxies.
The text was updated successfully, but these errors were encountered: