Skip to content

Commit

Permalink
Merge pull request #470 from manala/elao.app.docker/disable-redis-pro…
Browse files Browse the repository at this point in the history
…tected-mode

[Elao - App - Docker] Disable redis protected mode
  • Loading branch information
ogizanagi authored Jan 17, 2025
2 parents f8389e4 + e091bfe commit f33933b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elao.app.docker/.manala/ansible/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
manala_redis_server_config_template: config/debian/redis.conf.j2
manala_redis_server_config: "{{ {
'bind': '0.0.0.0',
'protected-mode': False,
}|combine(system_redis_server_config) }}"

#######
Expand Down

0 comments on commit f33933b

Please sign in to comment.