You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using imgproxy with docker compose. Configuring presets inline like this works:
- IMGPROXY_PRESETS=demo=resize:fill:192:192
But I need many presets, so external file would be better. Based on docks, we can use path:
imgproxy -presets /path/to/file/with/presets
So in docker compose I did it with volume:
But it does not work. I think that imgproxy is trying to understand this path in env as literal presets string. How can I configure it as a path?
Beta Was this translation helpful? Give feedback.
All reactions