Skip to content

Commit 6f3fc43

Browse files
fix args and cmd
1 parent 4509e1d commit 6f3fc43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUN apk add --no-cache redis
44
ADD /run.sh /run.sh
55
RUN chmod +x /run.sh
66

7-
CMD ['/run.sh']
7+
CMD '/run.sh'

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ mkdir -p /efs/redis
44
--protected-mode no \
55
--maxmemory-policy allkeys-lru \
66
--maxmemory ${REDIS_MEMORY:-64M} \
7-
--append-only yes \
7+
--appendonly yes \
88
--dir /efs/redis \
99
--appendfsync everysec

0 commit comments

Comments
 (0)