mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-30 22:34:18 -05:00
docs: point out env var config option for docker
This commit is contained in:
parent
3f2e270fb2
commit
2174b956f3
1 changed files with 4 additions and 0 deletions
|
@ -358,6 +358,10 @@ the container is running as a user that has write permission to the mounted host
|
||||||
directory. See more details in
|
directory. See more details in
|
||||||
[#198](https://github.com/willnorris/imageproxy/issues/198).
|
[#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 ###
|
### nginx ###
|
||||||
|
|
||||||
Use the `proxy_pass` directive to send requests to your imageproxy instance.
|
Use the `proxy_pass` directive to send requests to your imageproxy instance.
|
||||||
|
|
Loading…
Reference in a new issue