DCCLIP-586: Address PR comments.

This commit is contained in:
Yifei Zhang 2023-09-26 14:04:57 +10:00
parent 10a940f17c
commit 046a7fff25

View File

@ -39,7 +39,7 @@ configured with `CONFLUENCE_SHARED_HOME`.
Start Atlassian Confluence Server:
docker run -v /data/your-confluence-home:/var/atlassian/application-data/confluence --name="confluence" -d -p 8090:8090 atlassian/confluence
docker run -v /data/your-confluence-home:/var/atlassian/application-data/confluence --name="confluence" -d -p 8090:8090 -p 8091:8091 atlassian/confluence
**Success**. Confluence is now available on <http://localhost:8090>*
@ -238,13 +238,13 @@ page.
[Encryption class](https://confluence.atlassian.com/doc/encrypt-database-password-1115674739.html) for the database password.
Depending on the secret class, the value of `ATL_JDBC_PASSWORD` will differ. Defaults to plaintext.
**WARNING:** JDBC encryption can only be used with Jira instances that have already been set up.
**WARNING:** JDBC encryption can only be used with Confluence instances that have already been set up.
Starting from 8.6 [AWS SecretsManager](https://confluence.atlassian.com/confeap/configuring-confluence-with-aws-secrets-manager-1283687663.html) is supported.
Example:
docker run -v /data/your-confluence-home:/var/atlassian/application-data/confluence --name="confluence" -d -p 8090:8090 -e ATL_JDBC_SECRET_CLASS='com.atlassian.secrets.store.aws.AwsSecretsManagerStore' -e ATL_JDBC_PASSWORD='{"region": "us-east-1", "secretId": "mysecret", "secretPointer": "password"}' atlassian/confluence
docker run -v /data/your-confluence-home:/var/atlassian/application-data/confluence --name="confluence" -d -p 8090:8090 -p 8091:8091 -e ATL_JDBC_SECRET_CLASS='com.atlassian.secrets.store.aws.AwsSecretsManagerStore' -e ATL_JDBC_PASSWORD='{"region": "us-east-1", "secretId": "mysecret", "secretPointer": "password"}' atlassian/confluence
The following variables are for the database connection pool, and are