mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 00:08:07 +08:00
Adding help file
This commit is contained in:
@@ -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
21
bitnami/nginx/help.txt
Normal 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
15
bitnami/nginx/help.yaml
Normal 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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user