I am trying to deploy a Docker image on Heroku and am trying to understand how to expose multiple ports. Here is the Docker command that I am trying to run in the Heroku deploy:
docker run
-p 2222:22
-p 33306:3306
-p 27017:27017
-p 28015:28015
-p 29015:29015
-p 8080:8080
test/db-migration
How do I do this in Heroku?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…