We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e764029 commit 4fca8d2Copy full SHA for 4fca8d2
dockers/docker-database/Dockerfile.j2
@@ -37,6 +37,8 @@ RUN apt-get clean -y && \
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/ \
41
+ s/^dir /var/lib/valkey/dir /var/lib/redis/ \
42
' /etc/valkey/valkey.conf
43
44
COPY ["supervisord.conf.j2", "/usr/share/sonic/templates/"]
0 commit comments