diff --git a/docs/antora/modules/ROOT/pages/setup/source.adoc b/docs/antora/modules/ROOT/pages/setup/source.adoc index 78f1451951..45607a12eb 100644 --- a/docs/antora/modules/ROOT/pages/setup/source.adoc +++ b/docs/antora/modules/ROOT/pages/setup/source.adoc @@ -287,7 +287,8 @@ docker run --name redis_service --port 6379:6379 -d redis:7-alpine ---- docker run --name redis_service -v /path/to/custom_redis.conf:/usr/local/etc/redis/redis.conf --port 6379:6379 -d redis:7-alpine ---- -NOTE: Starting with Lisk Service version 0.7.2 we strongly recommend using custom authentication in Redis. To learn more about it please check this {url_lisk_service_redis_auth}[guide^] in the Lisk Service repository. +NOTE: Starting with the Lisk Service version `0.7.2`, we strongly recommend using custom authentication in Redis. +To learn more about it, please check the {url_lisk_service_redis_auth}[Redis Authentication README^] in the Lisk Service repository. The above commands should be enough to start Redis which is ready to use with Lisk Service.