I need to change the port that the MAX-Audio-Classifier docker is running on from 5000 to 5040, I changed the port on all the files including the dockerfile, the app.py, and the max-audio-classifier.yaml and the docker run statement as below, but the docker is still running on port 5000 and refuses to connect, can you help me in this regard?
docker run -it -p 5040:5040 max-audio-classifier
Hello,
I need to change the port that the MAX-Audio-Classifier docker is running on from 5000 to 5040, I changed the port on all the files including the dockerfile, the app.py, and the max-audio-classifier.yaml and the docker run statement as below, but the docker is still running on port 5000 and refuses to connect, can you help me in this regard? docker run -it -p 5040:5040 max-audio-classifier