You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
Currently, upon running the Wordpress image, after the Wordpress installation you get a 404 page because Wordpress tries to send an e-mail to your selected address with your created user account. This fails because there is no system or PHP mail enabled.
There is already an issue at the official Wordpress repo with possible solutions.
Currently you can ignore the initial 404 page and login to www.domain.com/wp-admin where you can add something like the Gmail SMTP plugin which will let PHP use your Gmail account for SMTP.