From c1ea5b3fb4f6a493c4d0584a86ee6d53459058a3 Mon Sep 17 00:00:00 2001 From: dgonzalez Date: Fri, 9 Sep 2016 11:24:40 +0200 Subject: [PATCH] Fixed configureHost implementation --- bitnami/prestashop/Dockerfile | 5 +++-- bitnami/prestashop/README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bitnami/prestashop/Dockerfile b/bitnami/prestashop/Dockerfile index 38ce909aa42f..ecbfe07abf0a 100644 --- a/bitnami/prestashop/Dockerfile +++ b/bitnami/prestashop/Dockerfile @@ -3,7 +3,7 @@ FROM gcr.io/stacksmith-images/ubuntu:14.04-r9 MAINTAINER Bitnami ENV BITNAMI_APP_NAME=prestashop \ - BITNAMI_IMAGE_VERSION=1.6.1.6-r2 \ + BITNAMI_IMAGE_VERSION=1.6.1.6-r3 \ PATH=/opt/bitnami/php/bin:/opt/bitnami/mysql/bin/:$PATH # Additional modules required @@ -13,7 +13,8 @@ RUN bitnami-pkg install libphp-5.6.21-2 --checksum 83d19b750b627fa70ed9613504089 RUN bitnami-pkg install mysql-client-10.1.13-4 --checksum 14b45c91dd78b37f0f2366712cbe9bfdf2cb674769435611955191a65dbf4976 # Install prestashop -RUN bitnami-pkg unpack prestashop-1.6.1.6-0 --checksum b15c600d32a9f2538450e081fbe95520ead31b9711097e7c193dd7357b915248 + +RUN bitnami-pkg unpack prestashop-1.6.1.6-1 --checksum 9076e05c581760c53820083c990533ed25bb804f8542e623fc3c45ae1909c21a COPY rootfs / diff --git a/bitnami/prestashop/README.md b/bitnami/prestashop/README.md index 2f28153f54cd..ca4629f0b347 100644 --- a/bitnami/prestashop/README.md +++ b/bitnami/prestashop/README.md @@ -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. + *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` ## Persisting your application