Files
containers/bitnami/apache/help.txt
2015-06-19 17:05:26 -07:00

22 lines
755 B
Plaintext

$BITNAMI_APP_NAME cheatsheet:
VOLUMES:
/app: Location of static files to be served.
$BITNAMI_APP_VOL_PREFIX/conf: Location of vhosts directory and general $BITNAMI_APP_NAME configuration files.
$BITNAMI_APP_VOL_PREFIX/logs: Location of access and error logs.
PORTS:
80: Default http port.
443: Default https port.
MISC:
Tip: By mounting the $BITNAMI_APP_VOL_PREFIX/conf directory from the host, changing virtual host configuration is as easy as adding appropriate files from the host to the vhosts directory.
COMMANDS:
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.