Skip to content

Commit eab39c6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/public/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ install_dokploy() {
169169
--network dokploy-network \
170170
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \
171171
--mount type=bind,source=/etc/dokploy,target=/etc/dokploy \
172-
--mount type=volume,source=dokploy-config,target=/root/.docker \
172+
--mount type=volume,source=dokploy,target=/root/.docker \
173173
--publish published=3000,target=3000,mode=host \
174174
--update-parallelism 1 \
175175
--update-order stop-first \

0 commit comments

Comments
 (0)