Configure multiple websites or stores
Cloud Docker supports multiple websites or stores by adding subdomains to your configuration.
See Understanding websites, stores, and store views.
To add support for multiple websites and stores:
Ensure that the
php.ini
file includes the configuration for themagento-vars.php
file:Copied to your clipboardauto_prepend_file = /app/magento-vars.phpCloud Docker for Commerce applies the configuration in the
php.ini
file to the Docker environment if it is included in the root directory of your project.Add each subdomain to the
/etc/hosts
configuration file.Copied to your clipboard127.0.0.1 magento2.docker127.0.0.1 second.magento2.docker
After updating the php.ini
file and adding subdomains, start the Docker environment and complete the following tasks to update the website and store configuration from the Admin:
- Add specific stores and websites. See Set up websites, stores, and store views.
- Add the configuration for store and website codes to the
magento-vars.php
. See Modify Adobe Commerce variables.