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 cb7b382 commit eab39c6Copy full SHA for eab39c6
apps/website/public/install.sh
@@ -169,7 +169,7 @@ install_dokploy() {
169
--network dokploy-network \
170
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \
171
--mount type=bind,source=/etc/dokploy,target=/etc/dokploy \
172
- --mount type=volume,source=dokploy-config,target=/root/.docker \
+ --mount type=volume,source=dokploy,target=/root/.docker \
173
--publish published=3000,target=3000,mode=host \
174
--update-parallelism 1 \
175
--update-order stop-first \
0 commit comments