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 1026401 commit cb7b382Copy full SHA for cb7b382
apps/website/public/feature.sh
@@ -142,7 +142,7 @@ install_dokploy() {
142
--network dokploy-network \
143
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \
144
--mount type=bind,source=/etc/dokploy,target=/etc/dokploy \
145
- --mount type=volume,source=dokploy-config,target=/root/.docker \
+ --mount type=volume,source=dokploy,target=/root/.docker \
146
--publish published=3000,target=3000,mode=host \
147
--update-parallelism 1 \
148
--update-order stop-first \
0 commit comments