Skip to content

Commit 473855f

Browse files
author
Sorita Heng
committed
Minor fixes and adjustments for clarity
1 parent 74930c1 commit 473855f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

modules/ROOT/partials/docker/hyperlinking-service/hyperlinking-service-installation.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ link:https://www.tiny.cloud/contact/[Contact us] for a trial xref:license-key.ad
1111
+
1212
[source, sh, subs="attributes+"]
1313
----
14-
docker login -u [username] -p [password] registry.containers.tiny.cloud
14+
docker login -u [username] -p [access-token] registry.containers.tiny.cloud
1515
----
1616

1717
. Pull the Docker Image from the Docker registry:
@@ -92,10 +92,10 @@ The following settings for the Enhanced Media Embed service are optional:
9292

9393
Once the application configuration file is ready, proceed with the Docker Compose setup to configure and run the service.
9494

95-
. Create the `docker-compose.yml` file:
95+
. Create the `docker-compose.yaml` file:
9696
+
9797

98-
[source, yml]
98+
[source, yaml]
9999

100100
----
101101
services:
@@ -219,7 +219,7 @@ To do this, configure the link:https://www.tiny.cloud/docs/tinymce/latest/linkch
219219
----
220220
tinymce.init({
221221
…,
222-
linkchecker_service_url: "<http://localhost:19100>",
223-
mediaembed_service_url: "<http://localhost:19100>"
222+
linkchecker_service_url: "http://localhost:19100",
223+
mediaembed_service_url: "http://localhost:19100"
224224
});
225225
----

modules/ROOT/partials/docker/hyperlinking-service/hyperlinking-service-overview.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33

44
The On-Premises version of the link:https://www.tiny.cloud/tinymce/features/link-checker/[{linkcheckerplugin}] and link:https://www.tiny.cloud/tinymce/features/enhanced-media-embed/[{mediaembedplugin}] is an application that can be installed and run on the customer’s in-house servers and computing infrastructure, including a private cloud.
55

6-
A valid xref:license-key.adoc[License Key] is required in order to install {linkcheckerplugin} and {mediaembedplugin} On-Premises. link:https://www.tiny.cloud/contact/[Contact Tiny Support] to request a trial xref:license-key.adoc[License Key].
6+
A valid xref:license-key.adoc[License Key] is required in order to install {linkcheckerplugin} and {mediaembedplugin} On-Premises. link:https://www.tiny.cloud/contact/[Contact Tiny Support] to request a trial xref:license-key.adoc[License Key].
77

8-
The only requirement to run these services On-Premises is a container runtime or orchestration tool e.g. Docker, Kubernetes, Podman.
8+
The only requirement to run these services On-Premises is a container runtime or orchestration tool e.g. Docker, Kubernetes, Podman.
9+
10+
Once your subscription is enabled for the service, an access token will be provided to access the {companyname} Cloud Docker registry and pull the Docker image.
911

1012
include::partial$misc/admon-dont-push-docker-images.adoc[]

0 commit comments

Comments
 (0)