Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update docs/antora/modules/ROOT/pages/setup/source.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Muhammad Talha <13951043+TalhaMaliktz@users.noreply.github.com>
  • Loading branch information
chris529 and TalhaMaliktz authored Dec 15, 2023
1 parent 535f0a9 commit ace7b50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/antora/modules/ROOT/pages/setup/source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ace7b50

Please sign in to comment.