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 -dTo 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
Feedback sent
We appreciate your effort and will try to fix the article