Skip to content

Commit cb7b382

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/public/feature.sh

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

0 commit comments

Comments
 (0)