Improvements in README

This commit is contained in:
dgonzalez
2016-09-09 11:28:48 +02:00
parent c1ea5b3fb4
commit 93be859e78

View File

@@ -69,7 +69,7 @@ If you want to run the application manually instead of using docker-compose, the
Then you can access the PrestaStop storefront at http://your-ip/. To access the administration area, logon to http://your-ip/administration
*Note:* If you want to access your application from a public IP or hostname you need to configure PrestaShop for it. You can handle it adjusting the configuration of the instance by setting the environment variable "PRESTASHOP_HOST" to your public IP or hostname. In case you already started your containers, you can reconfigure your prestashop host via executing `docker-compose exec application nami execute prestashop configureHost new.host.name.com`
*Note:* If you want to access your application from a public IP or hostname you need to configure PrestaShop for it. You can handle it adjusting the configuration of the instance by setting the environment variable "PRESTASHOP_HOST" to your public IP or hostname. In case you already started your containers, you can reconfigure your prestashop host via executing the next commmand: `docker-compose exec application nami execute prestashop configureHost new.host.name.com`
## Persisting your application