File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Welcome to OpenSign, the premier open source docusign alternative - document e-s
7777
7878The simplest way to install OpenSign on your own server is using official docker images by running the following command -
7979```
80- export HOST_URL=https://opensign.yourdomain.com && curl --remote-name-all https://raw.githubusercontent.com/OpenSignLabs/OpenSign/docker_beta /docker-compose.yml https://raw.githubusercontent.com/OpenSignLabs/OpenSign/docker_beta /Caddyfile https://raw.githubusercontent.com/OpenSignLabs/OpenSign/docker_beta /.env.local_dev && mv .env.local_dev .env.prod && docker compose up --force-recreate
80+ export HOST_URL=https://opensign.yourdomain.com && curl --remote-name-all https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main /docker-compose.yml https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main /Caddyfile https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main /.env.local_dev && mv .env.local_dev .env.prod && docker compose up --force-recreate
8181```
8282Make sure that you have ` Docker ` and ` git ` installed before you run this command -
8383
You can’t perform that action at this time.
0 commit comments