We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acdfd2 commit 1026401Copy full SHA for 1026401
apps/website/public/canary.sh
@@ -140,7 +140,7 @@ install_dokploy() {
140
--network dokploy-network \
141
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \
142
--mount type=bind,source=/etc/dokploy,target=/etc/dokploy \
143
- --mount type=volume,source=dokploy-config,target=/root/.docker \
+ --mount type=volume,source=dokploy,target=/root/.docker \
144
--publish published=3000,target=3000,mode=host \
145
--update-parallelism 1 \
146
--update-order stop-first \
0 commit comments