ReinerNippes / nextcloud_on_docker

Run Nextcloud in Docker Container on various Linux Hosts
MIT License
203 stars 48 forks source link

Installing with Nextcloud:18.0.3-fpm #52

Closed azonictechnophile closed 4 years ago

azonictechnophile commented 4 years ago

Does not create a config.php file when you change the all.yml from nextcloud:fpm-alpine to nextcloud-18.0.3-fpm. I believe it maybe a permission issue in the script. Alpine linux does not support the smbclient files that need to loaded for external storage capabilities.

azonictechnophile commented 4 years ago

There is a permission issue between alpine fpm nextcloud and the debian based one. The quick fix is to chmod 0755 the /www directory.