VIRTUAL HOST option
chiqui3d opened this issue · comments
José Carlos commented
What is the way to use my own host in this container? example: mywebsite.test
Harald Nezbeda commented
You need to define this in your /etc/hosts
and afterwards add it to your wp-config.php:
define('WP_HOME','http://wp-app.local');
define('WP_SITEURL','http://wp-app.local');