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
1 changed files with 3 additions and 0 deletions

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: