mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-14 15:34:48 +02:00
Add production ready nextcloud with reverse proxy
Add a docker-compose example for Nextcloud using nginx-proxy and docker-letsencrypt-neginx-proxy-companion automation.
This commit is contained in:
parent
3b65502b95
commit
66e862fa43
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ There are many different possibilities to introduce encryption depending on your
|
|||
|
||||
We recommend using a reverse proxy in front of our Nextcloud installation. Your Nextcloud will only be reachable through the proxy, which encrypts all traffic to the clients. You can mount your manually generated certificates to the proxy or use a fully automated solution, which generates and renews the certificates for you.
|
||||
|
||||
In our [examples](https://github.com/nextcloud/docker/tree/master/.examples) section we have an example for a fully automated setup using a reverse proxy, a container for [Let's Encrypt](https://letsencrypt.org/) certificate handling, database and Nextcloud. It uses the popular [nginx-proxy](https://github.com/jwilder/nginx-proxy) and [docker-letsencrypt-nginx-proxy-companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion) containers. Please check the according documentations before using this setup.
|
||||
In our [examples](https://github.com/nextcloud/docker/tree/master/.examples) section we have an example for a fully automated setup using a reverse proxy, a container for [Let's Encrypt](https://letsencrypt.org/) certificate handling, database and Nextcloud. It uses the popular [nginx-proxy](https://github.com/jwilder/nginx-proxy) and [docker-letsencrypt-nginx-proxy-companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion) containers. There is also a [docker-compose example (version 3) for Nextcloud](https://github.com/evertramos/docker-nextcloud-letsencrypt) that abstract the reverse proxy using nginx-proxy and docker-letsencrypt-neginx-proxy-companion automation. Please check the according documentations before using this setup.
|
||||
|
||||
# First use
|
||||
When you first access your Nextcloud, the setup wizard will appear and ask you to choose an administrator account, password and the database connection. For the database use `db` as host and `nextcloud` as table and user name. Also enter the password you chose in your `docker-compose.yml` file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue