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
                 aliases:
25
                 aliases:
26
                     - nextcloud.main.internal.docker
26
                     - nextcloud.main.internal.docker
27
         volumes:
27
         volumes:
28
-            - ./data/nextcloud/apps:/var/www/html/apps
28
+            - ./data/nextcloud/custom_apps:/var/www/html/custom_apps
29
             - ./data/nextcloud/config:/var/www/html/config
29
             - ./data/nextcloud/config:/var/www/html/config
30
             - ./data/nextcloud/data:/var/www/html/data
30
             - ./data/nextcloud/data:/var/www/html/data
31
         ports:
31
         ports:

Loading…
Cancel
Save