ahmetoner / whisper-asr-webservice

OpenAI Whisper ASR Webservice API
https://ahmetoner.github.io/whisper-asr-webservice
MIT License
1.99k stars 357 forks source link

Add image EXPOSE commands #188

Closed nick-allen closed 8 months ago

nick-allen commented 8 months ago

Took a while troubleshooting why my connected images weren't able to reach the API as expected despite being able to ping the container by name.

Added EXPOSE commands to the Dockerfiles to remove the need to add expose to docker run / docker-compose configs.