alinmear / docker-conanexiles

A docker container to easily provision and manage a conanexiles dedicated server using wine
MIT License
105 stars 74 forks source link

Choose what expose #63

Open studyfranco opened 2 years ago

studyfranco commented 2 years ago

Hello,

Your solution is very good, thank you a lot ! But I have a suggestion for the multiple instance. In your docker file you expose multiple ports. I propose to do that in the docker-compose file with the key word "expose" and not hardcoded in the docker file.

Best regards