Skip to content

Commit 1026401

Browse files
authored
fix: volume name updates
1 parent 0acdfd2 commit 1026401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/public/canary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ install_dokploy() {
140140
--network dokploy-network \
141141
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \
142142
--mount type=bind,source=/etc/dokploy,target=/etc/dokploy \
143-
--mount type=volume,source=dokploy-config,target=/root/.docker \
143+
--mount type=volume,source=dokploy,target=/root/.docker \
144144
--publish published=3000,target=3000,mode=host \
145145
--update-parallelism 1 \
146146
--update-order stop-first \

0 commit comments

Comments
 (0)