Fix help text

This commit is contained in:
Adnan Abdulhussein 2015-09-30 12:48:45 +01:00
parent 8c598a7bcb
commit 979a8ac438
2 changed files with 5 additions and 5 deletions

View File

@ -7,12 +7,12 @@
3000: Port exposed by container. Please configure your $BITNAMI_APP_NAME app to use this port.
MISC:
Note: Configure your web server to bind to 0.0.0.0 to access from your host
Accessing: Configure your web server to bind to 0.0.0.0 to access from your host.
COMMANDS:
print-help: This page
check-updates: Check if a new version of the $BITNAMI_APP_NAME image is available
print-help: Print this page.
check-updates: Check if a new version of the $BITNAMI_APP_NAME image is available.
Visit $GITHUB_PAGE for more information
Visit $GITHUB_PAGE for more information.

View File

@ -3,4 +3,4 @@ volumes:
ports:
3000: "Port exposed by container. Please configure your $BITNAMI_APP_NAME app to use this port."
misc:
Note: "Configure your web server to bind to 0.0.0.0 to access from your host"
Accessing: "Configure your web server to bind to 0.0.0.0 to access from your host."