remove redis host from env

This commit is contained in:
BeauTroll
2025-12-15 02:53:50 +01:00
parent ddc99b914f
commit d0ce7d5185
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ services:
- OVERWRITEHOST=${NEXTCLOUD_DOMAIN}
- OVERWRITECLIURL=https://${NEXTCLOUD_DOMAIN}
# Redis
- REDIS_HOST=${REDIS_HOST}
- REDIS_HOST=redis
- REDIS_HOST_PASSWORD=${REDIS_HOST_PASSWORD}
# PHP
- PHP_MEMORY_LIMIT=4096M