Closed timneutkens closed 7 years ago
Ran into this using docker's remote rest api. Don't know if it can be stacked, so we could do EXPOSE 19322, if not we also have to define 80 443 19322 👍
EXPOSE 19322
80 443 19322
good call, thanks
Thanks 👍
Ran into this using docker's remote rest api. Don't know if it can be stacked, so we could do
EXPOSE 19322
, if not we also have to define80 443 19322
👍