I'm trying to run several vouch-proxy on a vm using docker containers. I have one binding to port 9090 and I wanted to deploy two more on 9091 and 9092.
However, when trying to deploy the second container, I received this error:
Error: Bind for 0.0.0.0:9090 failed: port is already allocated
While I specifically precised VOUCH_PORT: 9091 and expose port 9091.
image: voucher/vouch-proxy:0.27.1 Hello,
I'm trying to run several vouch-proxy on a vm using docker containers. I have one binding to port 9090 and I wanted to deploy two more on 9091 and 9092.
However, when trying to deploy the second container, I received this error:
Error: Bind for 0.0.0.0:9090 failed: port is already allocated
While I specifically precised VOUCH_PORT: 9091 and expose port 9091.
Could someone tell me what am I doing wrong ?