Ive installed imgproxy (https://docs.imgproxy.net/installation) on docker on a centos server.
Using
docker run -p 2096:2096 -it darthsim/imgproxy
to start it still starts the server on 8080:
INFO [2021-09-01T10:13:25Z] Starting server at :8080
What is a correct way of starting imgproxy on a non default port (in my cas 2096)?