The wordpress nightly image is built using Apache, MySQL, and PHP.
Simple steps to get started:
turbo run wordpress/wordpress-nightly
Once wordpress is running, open a browser to http://localhost:8080
to configure wordpress.
If you already have another site running on port 8080 and you would like to have the traffic running on another port, you can simply use the --route-add
parameter in the run
command.
# Redirect traffic on port 8080 to 8084
turbo run --route-add=8084:8080 wordpress/wordpress-nightly
No release notes
This repository does not have an EULA
Actions