Compare commits

..

2 Commits

Author SHA1 Message Date
073dc3bccd Exclude new nextcloud redis cache directory from git 2025-06-28 19:08:18 +02:00
b5efbe2782 Use host volume for nextcloud redis 2025-06-28 19:07:58 +02:00
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
# Folders # Folders
cache
data data
db db

View File

@@ -40,6 +40,8 @@ services:
restart: always restart: always
networks: networks:
- default - default
volumes:
- ./cache:/data
networks: networks:
traefik: traefik: