-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
The first time to install nextcloud on docker using docker-compose and ran into multiple problems.
So let's have a look at the maxi-install example with nginx + letsencrypt, fpm, mariadb, redis, cron
So let's look at the problems a new noob like me had:
- docker-compose example nginx.conf produces card/caldav error #927 as this is a letsencrypt setup the :$server_port is not needed
- Added support for proxy configuration using environment variables #819 just add OVERWRITEPROTOCOL=https same here it's a letsencrpyt setup so it's always https
- redis needs a password marked/mentioned
- docker-compose examples: alpine versions of Nextcloud containers doesn't work with Onlyoffice document_server app #1041 should be at least mentioned if not fixed
- I didn't knew what installation to chose, there should be some more explanation on the setups.
A docker-compose file should be a working easy install solution. We don't want everybody searching again for already known problems.
etique57, bjarnemagnussen, bottee, moerchel, eeshugerman and 5 more