vosk-server icon indicating copy to clipboard operation
vosk-server copied to clipboard

run multiple dockers in multiple ports.

Open Pax3003 opened this issue 2 years ago • 1 comments

How to run English docker in one port and Spanish docker in another port? It seem port 2700 is embedded and cannot change it by docker run -d -p 2800:2800 alphacep/kaldi-es:latest

Pax3003 avatar Jun 14 '22 09:06 Pax3003

It has to be -p 2800:2700. You map host port 2800 to port 2700 inside docker.

nshmyrev avatar Jun 14 '22 09:06 nshmyrev