Adding help file

This commit is contained in:
Miguel Martinez
2015-06-12 10:41:21 -07:00
parent 634e192007
commit 0437902421
3 changed files with 37 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ ENV BITNAMI_APP_VERSION 1.8.0-0
ENV BITNAMI_APP_VOL_PREFIX=/bitnami/$BITNAMI_APP_NAME
ENV BITNAMI_APP_USER daemon
COPY help.txt $BITNAMI_PREFIX/help.txt
COPY installer.run.sha256 /tmp/installer.run.sha256
ADD https://www.dropbox.com/s/9rffufx3drjisl1/install.sh?dl=1 /tmp/install.sh
COPY post-install.sh /tmp/post-install.sh

21
bitnami/nginx/help.txt Normal file
View File

@@ -0,0 +1,21 @@
$BITNAMI_APP_NAME cheatsheet:
VOLUMES:
/app: Static files to be served.
$BITNAMI_APP_VOL_PREFIX/conf: vhosts and general $BITNAMI_APP_NAME configuration files.
$BITNAMI_APP_VOL_PREFIX/logs: access and error logs.
PORTS:
80: http port
443: https port
MISC:
tip#1: Mount $BITNAMI_APP_VOL_PREFIX/conf/vhosts with your configuration from the host to override the default configuration.
COMMANDS:
bitnami-help: This page
check_updates: Check if a new version of the $BITNAMI_APP_NAME image is available
Visit $GITHUB_PAGE for more information

15
bitnami/nginx/help.yaml Normal file
View File

@@ -0,0 +1,15 @@
volumes:
/app: Static files to be served.
$BITNAMI_APP_VOL_PREFIX/conf: vhosts and general $BITNAMI_APP_NAME configuration files.
$BITNAMI_APP_VOL_PREFIX/logs: access and error logs.
ports:
80: http port
443: https port
misc:
tip#1: Mount $BITNAMI_APP_VOL_PREFIX/conf/vhosts with your configuration from the host to override the default configuration.