File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ services:
19
19
restart : always
20
20
21
21
redis :
22
- image : redis:6 .2.14
22
+ image : redis:7 .2.4
23
23
command : [
24
24
" bash" , "-c",
25
- ' docker-entrypoint.sh --appendonly yes --requirepass "$$REDIS_PASSWORD"'
25
+ ' docker-entrypoint.sh --appendonly no --requirepass "$$REDIS_PASSWORD"'
26
26
]
27
27
env_file : judge0.conf
28
28
restart : always
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ services:
34
34
restart : always
35
35
36
36
redis :
37
- image : redis:6 .2.14
37
+ image : redis:7 .2.4
38
38
command : [
39
39
" bash" , "-c",
40
- ' docker-entrypoint.sh --appendonly yes --requirepass "$$REDIS_PASSWORD"'
40
+ ' docker-entrypoint.sh --appendonly no --requirepass "$$REDIS_PASSWORD"'
41
41
]
42
42
env_file : judge0.conf
43
43
<< : *default-logging
You can’t perform that action at this time.
0 commit comments