fix: volume name updates

This commit is contained in:
фырат ёздэн
2025-11-27 03:42:21 +03:00
committed by GitHub
parent a530061459
commit 0acdfd2008

View File

@@ -517,7 +517,7 @@ docker service create \
--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 \