nextcloud redis

This commit is contained in:
2026-01-26 20:56:51 +01:00
parent b6359d4683
commit 86641f1bee

View File

@@ -20,3 +20,8 @@ services:
- ./nextcloud:/var/www/html - ./nextcloud:/var/www/html
env_file: env_file:
- .env - .env
environment:
- REDIS_HOST=redis
redis:
image: redis
restart: always