Explorar el Código

fixed volume for new nextcloud installations

tags/v1.0.1^0
Robin Thoni hace 4 años
padre
commit
d9645aa127
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml Ver fichero

@@ -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…
Cancelar
Guardar