0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-02-04 10:38:26 +01:00

add a sentence why this setup is insecure

This commit is contained in:
Tilo Spannagel 2017-10-05 16:15:52 +02:00
parent 122e66ca7c
commit 3db0c2bf69
No known key found for this signature in database
GPG key ID: B89F1626A58E1429

View file

@ -29,6 +29,9 @@ The docker-compose examples make heavily use of dereived Dockerfiles to add conf
### insecure
This example should only be used for testing on the local network because it uses a unencrypted http connection.
When you want to have your server reachable from the internet adding HTTPS-encryption is mandatory!
For this use one of the [with-nginx-proxy](#with-nginx-proxy) examples.
To use this example complete the following steps: