From 18ab0bd595be589c6c98aae6f7eadc3f376378c1 Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Fri, 4 Aug 2023 22:12:08 +0100 Subject: [PATCH] Add warning to nginx setup guide. --- content/docs/self-hosting/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/self-hosting/index.md b/content/docs/self-hosting/index.md index 671bf94..3c13127 100644 --- a/content/docs/self-hosting/index.md +++ b/content/docs/self-hosting/index.md @@ -104,6 +104,8 @@ Run `docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/wat ## Docker-Compose with Nginx +**WARNING**: This setup is not recommended, as it is difficult to setup and maintain. + First download the files required to run Piped. ```