mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
apply maintainer review feedback
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@ services:
|
||||
- --appendonly
|
||||
- "yes"
|
||||
- --requirepass
|
||||
- ${REDIS_PASS:-change_me_redis_password}
|
||||
- ${REDIS_PASS}
|
||||
volumes:
|
||||
- redis-data:/data
|
||||
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
REDIS_HOST: ${REDIS_HOST:-redis}
|
||||
REDIS_PASS: ${REDIS_PASS:-change_me_redis_password}
|
||||
REDIS_PASS: ${REDIS_PASS}
|
||||
TZ: ${TZ:-UTC}
|
||||
XIAO_STATE_DIR: ${XIAO_STATE_DIR:-/data}
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user