Skip to content

Commit 3834ca7

Browse files
authored
fix(redis): Actually use custom config (#3459)
Follow up to #3427 (comment) where we created and mounted a custom Redis config only to not use it 🤦
1 parent e535c2b commit 3834ca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ services:
117117
nofile:
118118
soft: 10032
119119
hard: 10032
120+
command: ["redis-server", "/usr/local/etc/redis/redis.conf"]
120121
postgres:
121122
<<: *restart_policy
122123
# Using the same postgres version as Sentry dev for consistency purposes

0 commit comments

Comments
 (0)