From d595e7d52b8eb7c998a975f9281aa13b5302c1d6 Mon Sep 17 00:00:00 2001 From: Alex Turchyn Date: Mon, 10 Jul 2023 21:13:48 +0300 Subject: [PATCH] adjust readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b1d3d7f..527f12d1 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Download docker-compose.yml into your private server: curl https://raw.githubusercontent.com/docusealco/docuseal/master/docker-compose.yml > docker-compose.yml ``` -Run docker compose under a custom domain over https (make sure your DNS points to the server to automatically issue ssl certs with Caddy): +Run the app under a custom domain over https using docker compose (make sure your DNS points to the server to automatically issue ssl certs with Caddy): ```sh HOST=your-domain-name.com docker-compose up ```