Skip to content

Commit cbb3bcd

Browse files
committed
Recommend using latest version of the service
1 parent 05b73e9 commit cbb3bcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/marketplace/platform-supported-content/services/private-service.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ The following artifact is available for installing the service:
6363
Follow these steps to install the service through Docker:
6464

6565
{{% alert color="info" %}}
66-
If you are using a self-signed certificate in your environment, skip the below step and see [Importing a Self-Signed Certificate](#importing-a-self-signed-certificate).
66+
If you are using a self-signed certificate in your environment, skip the below steps and see [Importing a Self-Signed Certificate](#importing-a-self-signed-certificate).
6767
{{% /alert %}}
6868

69-
1. Pull the Docker image using the following command: `docker pull private-cloud.registry.mendix.com/mendix/document-generation-service:<tag>`.
70-
2. Run the Docker container using the following command: `docker run -p 8085:8085 --name document-generation private-cloud.registry.mendix.com/mendix/document-generation-service:<tag>`. This creates a Docker container, which is exposed on port `8085`.
69+
1. Pull the Docker image using the following command: `docker pull private-cloud.registry.mendix.com/mendix/document-generation-service:latest`.
70+
2. Run the Docker container using the following command: `docker run -p 8085:8085 --name document-generation private-cloud.registry.mendix.com/mendix/document-generation-service:latest`. This creates a Docker container, which is exposed on port `8085`.
7171

72-
The `<tag>` component must be replaced with the version of the service, such as `1.0.0`. You can find all versions and their release notes in the [Private PDF Document Generation Service Release Notes](/releasenotes/marketplace/private-service/).
72+
The `latest` tag will use the most recent released version of the service. If you would like to use a specific version, replace `latest` tag with the desired version, such as `1.0.0`. You can find all versions and their release notes in the [Private PDF Document Generation Service Release Notes](/releasenotes/marketplace/private-service/).
7373

7474
#### Setting Up a Health Check (Optional)
7575

0 commit comments

Comments
 (0)