diff --git a/apps/website/public/feature.sh b/apps/website/public/feature.sh index f132b9f..55b01f1 100644 --- a/apps/website/public/feature.sh +++ b/apps/website/public/feature.sh @@ -142,7 +142,7 @@ install_dokploy() { --network dokploy-network \ --mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \ --mount type=bind,source=/etc/dokploy,target=/etc/dokploy \ - --mount type=volume,source=dokploy-config,target=/root/.docker \ + --mount type=volume,source=dokploy,target=/root/.docker \ --publish published=3000,target=3000,mode=host \ --update-parallelism 1 \ --update-order stop-first \