Docker settings
-
Worked well with a docker container as soon as you adjust the 2 followinf values in the config file
define( ‘WP_MAILHOG_HOST’, ‘mailhog’ );
define( ‘WP_MAILHOG_PORT’, 1025 );
The topic ‘Docker settings’ is closed to new replies.
Worked well with a docker container as soon as you adjust the 2 followinf values in the config file
define( ‘WP_MAILHOG_HOST’, ‘mailhog’ );
define( ‘WP_MAILHOG_PORT’, 1025 );
The topic ‘Docker settings’ is closed to new replies.