Browse Source

fixed volume for new nextcloud installations

tags/v1.0.1^0
Robin Thoni 4 years ago
parent
commit
d9645aa127
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

@@ -25,7 +25,7 @@ services:
25 25
                 aliases:
26 26
                     - nextcloud.main.internal.docker
27 27
         volumes:
28
-            - ./data/nextcloud/apps:/var/www/html/apps
28
+            - ./data/nextcloud/custom_apps:/var/www/html/custom_apps
29 29
             - ./data/nextcloud/config:/var/www/html/config
30 30
             - ./data/nextcloud/data:/var/www/html/data
31 31
         ports:

Loading…
Cancel
Save