mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-01-18 16:25:35 +01:00
Fix nextcloud-cache permissions issue
This commit is contained in:
parent
6e23a48d33
commit
9cab12af62
@ -5,6 +5,8 @@ services:
|
|||||||
user: ${PUID}:${PGID}
|
user: ${PUID}:${PGID}
|
||||||
networks:
|
networks:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
|
volumes:
|
||||||
|
- ${APPS_DIR}/nextcloud-cache:/data
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user