adjust readme

This commit is contained in:
Alex Turchyn
2023-07-10 21:13:48 +03:00
parent aabbf2dc7f
commit d595e7d52b
+1 -1
View File
@@ -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
```