mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-07-01 17:45:32 +02:00
Fix nextcloud-cache permissions issue
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user