Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuker committed Nov 30, 2023
1 parent 13aa103 commit 45c5884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm64/images/ot-redis/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ external_config() {
start_redis() {
if [[ "${SETUP_MODE}" == "cluster" ]]; then
echo "Starting redis service in cluster mode....."
redis-server /etc/redis/redis.conf --cluster-announce-ip "${POD_IP}" "--ignore-warnings" "ARM64-COW-BUG"
redis-server /etc/redis/redis.conf "--ignore-warnings" "ARM64-COW-BUG"
else
echo "Starting redis service in standalone mode....."
redis-server /etc/redis/redis.conf "--ignore-warnings" "ARM64-COW-BUG"
Expand Down

0 comments on commit 45c5884

Please sign in to comment.