We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87147de commit ecf7e00Copy full SHA for ecf7e00
dockers/docker-database/Dockerfile.j2
@@ -33,7 +33,7 @@ RUN apt-get clean -y && \
33
s/^logfile .*$/logfile ""/; \
34
s/^# syslog-enabled no$/syslog-enabled no/; \
35
s/^# unixsocket/unixsocket/; \
36
- s/redis-server.sock/redis.sock/g; \
+ s/\/run\/valkey\/valkey-server.sock/\/run\/redis\/redis.sock/g; \
37
s/^client-output-buffer-limit pubsub [0-9]+mb [0-9]+mb [0-9]+/client-output-buffer-limit pubsub 0 0 0/; \
38
s/^notify-keyspace-events ""$/notify-keyspace-events AKE/; \
39
s/^databases [0-9]+$/databases 100/ \
0 commit comments