From 985ec585f598f06b23cfe1432a2a393569ab33a2 Mon Sep 17 00:00:00 2001 From: teyrebaz33 Date: Sat, 8 Aug 2026 14:10:16 +0300 Subject: [PATCH] docs: use $ARC_VERSION in docker-compose.yml image comments Follow the pattern already used in docs/running-an-arc-node.md instead of a literal version tag, so this comment doesn't go stale again on the next release. Also anchor $ARC_VERSION with a pointer to the Versions table for readers who open this file directly. Suggested by @osr21 in review on #235. --- deployments/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/docker-compose.yml b/deployments/docker-compose.yml index 11b440f5..6cf675a7 100644 --- a/deployments/docker-compose.yml +++ b/deployments/docker-compose.yml @@ -5,8 +5,8 @@ # Logs: docker compose logs -f # # Required environment variables (see docs/running-an-arc-node.md#docker): -# ARC_EXECUTION_IMAGE — EL Docker image (e.g. docker.cloudsmith.io/circle/arc-network/arc-execution:0.6.0) -# ARC_CONSENSUS_IMAGE — CL Docker image (e.g. docker.cloudsmith.io/circle/arc-network/arc-consensus:0.6.0) +# ARC_EXECUTION_IMAGE — EL Docker image (e.g. docker.cloudsmith.io/circle/arc-network/arc-execution:$ARC_VERSION — current release listed in the Versions table in docs/installation.md) +# ARC_CONSENSUS_IMAGE — CL Docker image (e.g. docker.cloudsmith.io/circle/arc-network/arc-consensus:$ARC_VERSION — current release listed in the Versions table in docs/installation.md) # ARC_HOME — data directory on the host (e.g. ~/.arc) services: