Compare commits

..

No commits in common. 'be27ce4161e924bcf738bb6a4559c012224ac406' and '744d45d2c588d3d610c284190cb6a8a5f158ee0b' have entirely different histories.

@ -50,7 +50,7 @@ DocuSeal is an open source platform that provides secure and efficient digital d
- Company logo and white-label - Company logo and white-label
- User roles - User roles
- Automated reminders - Automated reminders
- Invitation and identity verification via SMS - Invitation and identify verification via SMS
- Conditional fields and formulas - Conditional fields and formulas
- Bulk send with CSV, XLSX spreadsheet import - Bulk send with CSV, XLSX spreadsheet import
- SSO / SAML - SSO / SAML
@ -74,7 +74,7 @@ DocuSeal is an open source platform that provides secure and efficient digital d
docker run --name docuseal -p 3000:3000 -v.:/data docuseal/docuseal docker run --name docuseal -p 3000:3000 -v.:/data docuseal/docuseal
``` ```
By default DocuSeal docker container uses an SQLite database to store data and configurations. Alternatively, it is possible to use PostgreSQL or MySQL databases by specifying the `DATABASE_URL` env variable. By default DocuSeal docker container uses an SQLite database to store data and configurations. Alternatively, it is possible use PostgreSQL or MySQL databases by specifying the `DATABASE_URL` env variable.
#### Docker Compose #### Docker Compose

Loading…
Cancel
Save