Skip to content

Commit 4fca8d2

Browse files
authored
Update Dockerfile.j2 configuration paths and settings
1 parent e764029 commit 4fca8d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dockers/docker-database/Dockerfile.j2

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ RUN apt-get clean -y && \
3737
s/^client-output-buffer-limit pubsub [0-9]+mb [0-9]+mb [0-9]+/client-output-buffer-limit pubsub 0 0 0/; \
3838
s/^notify-keyspace-events ""$/notify-keyspace-events AKE/; \
3939
s/^databases [0-9]+$/databases 100/ \
40+
s/^unixsocketgroup wheel/# unixsocketgroup wheel/ \
41+
s/^dir /var/lib/valkey/dir /var/lib/redis/ \
4042
' /etc/valkey/valkey.conf
4143

4244
COPY ["supervisord.conf.j2", "/usr/share/sonic/templates/"]

0 commit comments

Comments
 (0)