-
Notifications
You must be signed in to change notification settings - Fork 795
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
I need to update tinyproxy.conf file #178
Comments
/etc/tinyproxy/tinyproxy.conf I've updated the docker-compose.yml, please check it out. https://github.com/vimagick/dockerfiles/tree/master/tinyproxy |
okay. now I need to build image by command docker build -t tinyproxy . will it take my new configuration . I mean if will change the configuration file then it will reflect in new docker image? |
When you run the container, you can use the See: https://docs.docker.com/storage/volumes/ For example:
|
I am going to use this image to run Azure container instance . how will this work on azure container. ? |
Sorry, I'm not familiar with Azure. |
so there is no option to attach updated configuration file (tinyproxy.conf) along with image ? |
Thanks . there is option to mount a volume in azure container. |
Hi, I need to enable basic Auth. but i am not able to find file tinyproxy.conf.
Can you help to the file location so that i can enable basic Auth.
The text was updated successfully, but these errors were encountered: