feat: update Guidelines
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# App version
|
||||
REDIS_VERSION="8.2.1-alpine3.22"
|
||||
# Redis version
|
||||
REDIS_VERSION=8.2.1-alpine3.22
|
||||
|
||||
# Skip fixing permissions, set to 1 to skip
|
||||
SKIP_FIX_PERMS=1
|
||||
|
||||
# Password for the default "default" user
|
||||
REDIS_PASSWORD="passw0rd"
|
||||
# Password for Redis authentication (leave empty for no password)
|
||||
REDIS_PASSWORD=passw0rd
|
||||
|
||||
# Port to bind to on the host machine
|
||||
REDIS_PORT_OVERRIDE=6379
|
||||
|
||||
# Timezone (e.g., UTC, Asia/Shanghai, America/New_York)
|
||||
TZ=UTC
|
||||
|
||||
Reference in New Issue
Block a user