fix: volume name updates

This commit is contained in:
фырат ёздэн
2025-11-27 00:52:28 +03:00
committed by GitHub
parent ca1e3894d1
commit a2e591af0c

View File

@@ -439,7 +439,7 @@ docker service rm dokploy-redis
--name dokploy-redis \
--constraint 'node.role==manager' \
--network dokploy-network \
--mount type=volume,source=redis-data-volume,target=/data \
--mount type=volume,source=dokploy-redis,target=/data \
redis:7
```
@@ -456,7 +456,7 @@ docker service rm dokploy-postgres
--env POSTGRES_USER=dokploy \
--env POSTGRES_DB=dokploy \
--env POSTGRES_PASSWORD=amukds4wi9001583845717ad2 \
--mount type=volume,source=dokploy-postgres-database,target=/var/lib/postgresql/data \
--mount type=volume,source=dokploy-postgres,target=/var/lib/postgresql/data \
postgres:16
```
@@ -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-docker-config,target=/root/.docker \
--mount type=volume,source=dokploy-config,target=/root/.docker \
--publish published=3000,target=3000,mode=host \
--update-parallelism 1 \
--update-order stop-first \