Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For big installations, chown of data folder is taking a looong time #26

Closed
pierreozoux opened this issue Jan 5, 2017 · 3 comments
Closed

Comments

@pierreozoux
Copy link
Member

This line has to be optimised:
https://github.com/nextcloud/docker/blob/master/docker-entrypoint.sh#L6

@pierreozoux pierreozoux changed the title For big installations, chow is taking a looong time For big installations, chown of data folder is taking a looong time Jan 5, 2017
@arnaudmm
Copy link

arnaudmm commented Feb 20, 2017

Hello, same problem here, why the entrypoint.sh does a "tar -C |tar xf" by the way ?

As used here, we don't mount entire /var/www/html, but apps/ config/ and data/ separatly, so this system is not useful I think, and sources could be downloaded/untar to the right place at build time (in Dockerfile)

correct me if i'm wrong

@SnowMB
Copy link
Contributor

SnowMB commented Feb 20, 2017

Yeah we have been discussing this matter. See here #23

@tilosp tilosp mentioned this issue Apr 17, 2017
6 tasks
@tilosp
Copy link
Member

tilosp commented Apr 24, 2017

Fixed in #65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants