We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca9cba commit 2c1239dCopy full SHA for 2c1239d
1 file changed
docs/docs/self-host/docker/upgrade-deployment.md
@@ -37,8 +37,7 @@ set HOST_URL=https://opensign.yourdomain.com && curl -O https://raw.githubuserco
37
## Running locally
38
**linux/MacOS**
39
```
40
-curl --remote-name-all https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main/docker-compose.yml https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main/Caddyfile
41
-&& docker compose pull
+curl --remote-name-all https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main/docker-compose.yml https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main/Caddyfile && docker compose pull
42
43
**Windows** (Powershell)
44
0 commit comments