Closed MartijnVdS closed 8 years ago
That would require other users to explicitly expose the port using -p 25:25 or similar -- just using docker run -P won't expose it anymore, making the change backward-incompatible in that regard.
I've removed the EXPOSE line.
sorry about missing that part @MartijnVdS , it would break backward compatibility or anyone using -P
, please add it back and good to merge. apologies for trouble.
@oba11 Done!
thanks
The port defaults to "25" as before, but can be overridden by providing the PORT environment variable on startup.