mirror of
https://github.com/bitnami/containers.git
synced 2026-03-24 14:57:52 +08:00
Fixed configureHost implementation
This commit is contained in:
@@ -3,7 +3,7 @@ FROM gcr.io/stacksmith-images/ubuntu:14.04-r9
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
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 /
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user