Skip to content

Correct examples - fix known problems #1275

@Lejo1

Description

@Lejo1

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:

  1. docker-compose example nginx.conf produces card/caldav error #927 as this is a letsencrypt setup the :$server_port is not needed
  2. 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
  3. redis needs a password marked/mentioned
  4. 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
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions