akiya64 / wordpress-dockerfile

This is a really simple Dockerfile of WordPress including MySQL and WP-CLI.
https://hub.docker.com/r/wocker/wordpress/
0 stars 0 forks source link

How opened port1080, without `expose 1080` #15

Closed akiya64 closed 6 years ago

akiya64 commented 7 years ago

Mailcatcher WebUI listen port 1080 default. Docker run -p 1080:1080 I can access localhost:1080,without explicit open port in Dockerfile. Probably, mailcacther can open port, because supervisord kick mailcather process with root priviledges.

akiya64 commented 6 years ago

Did not use mailcatcher. Mailhog require EXPOSE 8025.