mirror of
https://github.com/bitnami/containers.git
synced 2026-03-10 15:09:17 +08:00
18 lines
591 B
Plaintext
18 lines
591 B
Plaintext
$BITNAMI_APP_NAME cheatsheet:
|
|
|
|
VOLUMES:
|
|
/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: Port exposed by container. Please configure your $BITNAMI_APP_NAME app to use this port.
|
|
|
|
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.
|
|
|
|
|