You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: BASIC-CONFIG.md
-2
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@ docker run ... \
17
17
...
18
18
```
19
19
20
-
Note that the environment variable's value is equal to the linked container's name once converted to the variable format; that is a linked container name of `my.sql.container` would become `MY_SQL_CONTAINER`.
21
-
22
20
If your instance of MySQL is running on the host or some external system, you can connect to it using the `MYSQL_USER` and associated variables like so:
Copy file name to clipboardExpand all lines: ENV-LIST.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@
11
11
-`PHABRICATOR_HOST_KEYS_PATH` - The path to store SSH host keys in. This directory should be a volume mapped from the host, otherwise clients will be unable to connect after the container is restarted.
12
12
-`AWS_S3_ACCESS_KEY` - The AWS access key to use for S3. Only needed when the `s3` storage type is selected.
13
13
-`AWS_S3_SECRET_KEY` - The AWS secret key to use for S3. Only needed when the `s3` storage type is selected.
14
-
-`MYSQL_LINKED_CONTAINER` - Use this if you want to connect to a MySQL container (see [Basic Configuration](BASIC-CONFIG.md)).
15
14
-`MYSQL_HOST` - Use this if you want to connect to an external MySQL host (see [Basic Configuration](BASIC-CONFIG.md)).
16
15
-`MYSQL_PORT` - When connecting to an external MySQL host, use this port (optional).
17
16
-`MYSQL_USER` - The user to connect to MySQL as.
@@ -23,6 +22,7 @@
23
22
-`SSL_CERTIFICATE` - The path to the SSL certificate chain (manual mode only).
24
23
-`SSL_PRIVATE_KEY` - The path to the SSL private key (manual mode only).
25
24
-`SSL_EMAIL` - The email address to use when registering for an SSL certificate (Let's Encrypt mode only)
25
+
-`DISABLE_IOMONITOR` - Disable the I/O monitor, which warns if the image is spending a lot of CPU time waiting on disk I/O.
26
26
27
27
The following advanced options automatically turn on `ENABLE_UPDATE_ON_START`:
0 commit comments