#98 Implement Redis for nextcloud transactional file locking memcache
This commit is contained in:
parent
ad4df375a0
commit
1d191dc6e9
@ -31,6 +31,16 @@ services:
|
||||
volumes:
|
||||
- $DOCKER_DATA/mariadb:/config
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
container_name: nextcloud_redis
|
||||
networks:
|
||||
- nextcloud
|
||||
env_file:
|
||||
- redis.env
|
||||
volumes:
|
||||
- $DOCKER_DATA/redis:/data
|
||||
s
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
|
Loading…
Reference in New Issue
Block a user