From 51d404035ed8532e2a84dfd60109c463080b1663 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 6 Oct 2016 16:05:19 +1300 Subject: [PATCH] docs(faq): add a link to the portainer compose repository --- docs/source/faq.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index f23d66bf..dd393b60 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -68,3 +68,5 @@ You can generate the authentication file using the following command: .. code-block:: bash docker run --rm httpd htpasswd -nbB /etc/nginx/conf.d/portainer.htpasswd + +You can also checkout our pre-configured setup using Docker compose `here `_.