Skip to content

Commit 9975ccc

Browse files
author
june012006
committedFeb 21, 2025
Fix for nextcloud blank apps, I hope
1 parent ee72ee8 commit 9975ccc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎nextcloud/compose.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ services:
105105
restart: unless-stopped
106106
volumes:
107107
- nextcloud-www:/var/www/html
108+
- nextcloud-data:/var/www/html/data #added to hopefully fix custom_apps blank page issue
108109
- ./web/nginx.conf:/etc/nginx/nginx.conf
109110
env_file:
110111
- .env

0 commit comments

Comments
 (0)
Please sign in to comment.