From 9f54b5bb31780be90d2beebba66a9d2fe7665947 Mon Sep 17 00:00:00 2001 From: Etay Matzliah Date: Tue, 9 Dec 2025 19:50:48 +0200 Subject: [PATCH 1/2] Fixed the callout --- .../01-enjin-blockchain-nodes/02-run-relaychain-node.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/02-guides/02-blockchain/02-running-nodes/01-enjin-blockchain-nodes/02-run-relaychain-node.md b/docs/02-guides/02-blockchain/02-running-nodes/01-enjin-blockchain-nodes/02-run-relaychain-node.md index cfe834a..f76d687 100644 --- a/docs/02-guides/02-blockchain/02-running-nodes/01-enjin-blockchain-nodes/02-run-relaychain-node.md +++ b/docs/02-guides/02-blockchain/02-running-nodes/01-enjin-blockchain-nodes/02-run-relaychain-node.md @@ -16,6 +16,8 @@ Then set the permission for it using `sudo chown -R 1000:1000 /data` The Docker Image can be found on Docker Hub at: [enjin/relaychain](https://hub.docker.com/r/enjin/relaychain). In this example, we demonstrate using the version `latest`. However, in practice, we recommend statically setting this to a specific version (such as `v100`) and then performing manual upgrades to your nodes as and when appropriate. This is to ensure that your node doesn't inadvertently differ from one restart to the next. See the [Upgrading using Docker](#upgrading-using-docker) section for more information. +::: + You can use the following `docker-compose.yml` file: ```yaml From 0020f42ad757fa4fa063b0b25638adabedf49848 Mon Sep 17 00:00:00 2001 From: Etay Matzliah Date: Tue, 9 Dec 2025 19:51:54 +0200 Subject: [PATCH 2/2] Fixed the callout --- .../01-enjin-blockchain-nodes/02-run-relaychain-node.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/02-guides/02-blockchain/02-running-nodes/01-enjin-blockchain-nodes/02-run-relaychain-node.md b/docs/02-guides/02-blockchain/02-running-nodes/01-enjin-blockchain-nodes/02-run-relaychain-node.md index f76d687..067d4bd 100644 --- a/docs/02-guides/02-blockchain/02-running-nodes/01-enjin-blockchain-nodes/02-run-relaychain-node.md +++ b/docs/02-guides/02-blockchain/02-running-nodes/01-enjin-blockchain-nodes/02-run-relaychain-node.md @@ -15,7 +15,6 @@ Then set the permission for it using `sudo chown -R 1000:1000 /data` :::info The Docker Image can be found on Docker Hub at: [enjin/relaychain](https://hub.docker.com/r/enjin/relaychain). In this example, we demonstrate using the version `latest`. However, in practice, we recommend statically setting this to a specific version (such as `v100`) and then performing manual upgrades to your nodes as and when appropriate. This is to ensure that your node doesn't inadvertently differ from one restart to the next. See the [Upgrading using Docker](#upgrading-using-docker) section for more information. - ::: You can use the following `docker-compose.yml` file: