juliushaertl / nextcloud-docker-dev

Nextcloud development environment using docker-compose
GNU Affero General Public License v3.0
126 stars 67 forks source link

`apps-extra` in nextcloud2 and nextcloud3 ? #294

Closed SystemKeeper closed 5 months ago

SystemKeeper commented 5 months ago

Just wanted to check, is it intended that apps-extra for nextcloud is mounted like this:

https://github.com/juliushaertl/nextcloud-docker-dev/blob/4b403555aa852aeb74fe2d1264eeff14c30122f7/docker-compose.yml#L84-L85

but for nextcloud2 and nextcloud3 its like this:

https://github.com/juliushaertl/nextcloud-docker-dev/blob/4b403555aa852aeb74fe2d1264eeff14c30122f7/docker-compose.yml#L108

So apps-extra will not be available in nextcloud2/3, instead the apps-shared is mounted.

Just ran into this issue and it feels like a mistake?!

juliushaertl commented 5 months ago

Yeah not on purpose, we should sync those mounts with tje other containers