-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathhelp.txt
More file actions
21 lines (14 loc) · 755 Bytes
/
help.txt
File metadata and controls
21 lines (14 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$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.