mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
docs: add docker compose instructions
Add docker section to Deployment section
This commit is contained in:
parent
7df83cc0ad
commit
76b2fb5edd
1 changed files with 6 additions and 0 deletions
|
|
@ -245,6 +245,12 @@ We support a variety of deployment methods, and are actively working on adding m
|
|||
|
||||
[](https://render.com/deploy?repo=https://github.com/documenso/documenso)
|
||||
|
||||
## Docker Compose
|
||||
|
||||
Clone the repo and run the following command from `documenso` folder:
|
||||
|
||||
> docker compose -f docker/compose.yml up
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
## I'm not receiving any emails when using the developer quickstart
|
||||
|
|
|
|||
Loading…
Reference in a new issue