We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10078f8 commit 400329bCopy full SHA for 400329b
dockers/docker-database/Dockerfile.j2
@@ -36,8 +36,8 @@ RUN apt-get clean -y && \
36
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/ \
40
- s/^unixsocketgroup wheel/# unixsocketgroup wheel/ \
+ s/^databases [0-9]+$/databases 100/; \
+ s/^unixsocketgroup wheel/# unixsocketgroup wheel/; \
41
s/^dir \/var\/lib\/valkey/dir \/var\/lib\/redis/ \
42
' /etc/valkey/valkey.conf
43
0 commit comments