feat: update Guidelines

This commit is contained in:
Sun-ZhenXing
2025-10-15 14:00:03 +08:00
parent fe329c80eb
commit 8cf227bd14
76 changed files with 1078 additions and 671 deletions
+7 -7
View File
@@ -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