File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
- REDIS_CLUSTER=no
11
11
- PORT=6379
12
12
- TLS_PORT=6666
13
- command : --enable-debug-command yes --tls-auth-clients optional
13
+ command : --enable-debug-command yes --tls-auth-clients optional --save ""
14
14
ports :
15
15
- 6379:6379
16
16
- 6666:6666 # TLS port
@@ -28,7 +28,7 @@ services:
28
28
container_name : redis-replica
29
29
depends_on :
30
30
- redis
31
- command : redis-server --replicaof redis 6379 --protected-mode no
31
+ command : redis-server --replicaof redis 6379 --protected-mode no --save ""
32
32
ports :
33
33
- 6380:6379
34
34
profiles :
@@ -46,7 +46,7 @@ services:
46
46
- TLS_ENABLED=yes
47
47
- PORT=16379
48
48
- TLS_PORT=27379
49
- command : --enable-debug-command yes --tls-auth-clients optional
49
+ command : --enable-debug-command yes --tls-auth-clients optional --save ""
50
50
ports :
51
51
- " 16379-16384:16379-16384"
52
52
- " 27379-27384:27379-27384"
@@ -108,7 +108,7 @@ services:
108
108
ports :
109
109
- 6479:6379
110
110
environment :
111
- - " REDIS_ARGS=--enable-debug-command yes --enable-module-command yes"
111
+ - " REDIS_ARGS=--enable-debug-command yes --enable-module-command yes --save '' "
112
112
profiles :
113
113
- standalone
114
114
- all-stack
You can’t perform that action at this time.
0 commit comments