docusealco / docuseal

Open source DocuSign alternative. Create, fill, and sign digital documents ✍️
https://www.docuseal.co
GNU Affero General Public License v3.0
5.61k stars 372 forks source link

${HOST} in docker-compose #180

Closed AbuHelweh closed 6 months ago

AbuHelweh commented 6 months ago

Im trying to build the using docker-compose on my localhost. what is the ${HOST} variable value

omohokcoj commented 6 months ago

@AbuHelweh just run it without HOST and access your app running at :3000 port: https://www.docuseal.co/install

HOST is for when you deploy it on a server with a domain name pointing to it (HOST should contain the domain name).