From 432f00e0e2595e5f92f5958e4ad2a14ae2314af3 Mon Sep 17 00:00:00 2001 From: mikementor Date: Mon, 19 Aug 2019 09:40:03 +0300 Subject: [PATCH] small typo fix buy -> but --- docker/images/n8n/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/images/n8n/README.md b/docker/images/n8n/README.md index 8ae5af6e5..fce5936de 100644 --- a/docker/images/n8n/README.md +++ b/docker/images/n8n/README.md @@ -57,7 +57,7 @@ docker run -it --rm \ ## Securing n8n By default n8n can be accessed by everybody. This is OK if you have it only running -locally buy if you deploy it on a server which is accessible from the web you have +locally but if you deploy it on a server which is accessible from the web you have to make sure that n8n is protected! Right now we have very basic protection via basic-auth in place. It can be activated by setting the following environment variables: