mirror of
https://github.com/BgaSol/sol-cloud
synced 2026-05-06 08:08:30 +00:00
feat(docker): Fix redis-server command syntax for memory configuration
This commit is contained in:
parent
7f7b2d8f5d
commit
c9fae7bde3
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ services:
|
|||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- redis-server -maxmemory 8gb --maxmemory-policy allkeys-lru --appendonly yes --requirepass $$REDIS_PASSWORD
|
||||
- redis-server --maxmemory 8gb --maxmemory-policy allkeys-lru --appendonly yes --requirepass $$REDIS_PASSWORD
|
||||
volumes:
|
||||
- ./data/redis/data:/data
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Reference in a new issue