Setup DocuSeal on Ubuntu in Docker

Modified on Wed, 5 Nov at 5:41 PM

On a new Ubuntu VM:

curl -sSL https://get.docker.com | sh
sudo -i
apt update && apt upgrade -y
exit

echo "HOST=sign.namdarllc.net" > .env
curl https://raw.githubusercontent.com/docusealco/docuseal/master/docker-compose.yml > docker-compose.yml
sed -i.bak -E "/^([[:space:]]{2})([^: \t]+):/a \ \ \ \ restart: unless-stopped" docker-compose.yml

sudo docker compose up -d


To change the hostname:

nano .env
sudo docker compose up --force-recreate -d

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article