0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00

docs: point out env var config option for docker

This commit is contained in:
Will Norris 2021-10-13 08:44:00 -07:00
parent 3f2e270fb2
commit 2174b956f3

View file

@ -358,6 +358,10 @@ the container is running as a user that has write permission to the mounted host
directory. See more details in
[#198](https://github.com/willnorris/imageproxy/issues/198).
Note that all configuration options can be set using [environment
variables](#environment-variables), which is often the preferred approach for
containers.
### nginx ###
Use the `proxy_pass` directive to send requests to your imageproxy instance.