Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
d2jvkpn committed Dec 30, 2024
1 parent 9ca249b commit 119816c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion container/redis/compose.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ services:
REDIS_DISABLE_COMMANDS: FLUSHDB,FLUSHALL
#working_dir: /apps
volumes:
#- ./data/redis:/data
- ./data/redis:/data:rw
#command: redis-server /etc/redis.conf --loglevel warning --save 30 10 --requirepass d2jvkpn
command: redis-server /data/redis.conf --loglevel warning --save 30 10

0 comments on commit 119816c

Please sign in to comment.