Merge pull request #6 from bitnami/man_page_changes

Made minor copy edits
This commit is contained in:
Miguel Ángel Martínez Triviño
2015-06-19 17:19:10 -07:00
2 changed files with 11 additions and 11 deletions

View File

@@ -1,17 +1,17 @@
$BITNAMI_APP_NAME cheatsheet:
VOLUMES:
/app: Default work directory for your $BITNAMI_APP_NAME application
$BITNAMI_APP_VOL_PREFIX/conf: Home of php-fpm.conf
$BITNAMI_APP_VOL_PREFIX/logs: $BITNAMI_APP_NAME logs are placed here
/app: Default work directory for your $BITNAMI_APP_NAME application.
$BITNAMI_APP_VOL_PREFIX/conf: Location of php-fpm.conf ($BITNAMI_APP_NAME config file).
$BITNAMI_APP_VOL_PREFIX/logs: Location of $BITNAMI_APP_NAME logs.
PORTS:
9000: Exposed port, please configure your app to use this port
9000: Port exposed by container. Please configure your $BITNAMI_APP_NAME app to use this port.
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

@@ -1,6 +1,6 @@
volumes:
/app: Default work directory for your $BITNAMI_APP_NAME application
$BITNAMI_APP_VOL_PREFIX/conf: Home of php-fpm.conf
$BITNAMI_APP_VOL_PREFIX/logs: $BITNAMI_APP_NAME logs are placed here
/app: "Default work directory for your $BITNAMI_APP_NAME application."
$BITNAMI_APP_VOL_PREFIX/conf: "Location of php-fpm.conf ($BITNAMI_APP_NAME config file)."
$BITNAMI_APP_VOL_PREFIX/logs: "Location of $BITNAMI_APP_NAME logs."
ports:
9000: Exposed port, please configure your app to use this port
9000: "Port exposed by container. Please configure your $BITNAMI_APP_NAME app to use this port."