Skip to content

Commit 878f7b8

Browse files
authored
Merge pull request #89 from fir4tozden/fix/volume-name-updates
fix: volume name updates
2 parents d278e4e + eab39c6 commit 878f7b8

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

apps/docs/content/docs/core/manual-installation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@ install_dokploy() {
133133
--env POSTGRES_USER=dokploy \
134134
--env POSTGRES_DB=dokploy \
135135
--env POSTGRES_PASSWORD=amukds4wi9001583845717ad2 \
136-
--mount type=volume,source=dokploy-postgres-database,target=/var/lib/postgresql/data \
136+
--mount type=volume,source=dokploy-postgres,target=/var/lib/postgresql/data \
137137
postgres:16
138138

139139
docker service create \
140140
--name dokploy-redis \
141141
--constraint 'node.role==manager' \
142142
--network dokploy-network \
143-
--mount type=volume,source=redis-data-volume,target=/data \
143+
--mount type=volume,source=dokploy-redis,target=/data \
144144
redis:7
145145

146146
docker pull traefik:v3.6.1
@@ -153,7 +153,7 @@ install_dokploy() {
153153
--network dokploy-network \
154154
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \
155155
--mount type=bind,source=/etc/dokploy,target=/etc/dokploy \
156-
--mount type=volume,source=dokploy-docker-config,target=/root/.docker \
156+
--mount type=volume,source=dokploy,target=/root/.docker \
157157
--publish published=3000,target=3000,mode=host \
158158
--update-parallelism 1 \
159159
--update-order stop-first \

apps/docs/content/docs/core/troubleshooting.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ docker service rm dokploy-redis
439439
--name dokploy-redis \
440440
--constraint 'node.role==manager' \
441441
--network dokploy-network \
442-
--mount type=volume,source=redis-data-volume,target=/data \
442+
--mount type=volume,source=dokploy-redis,target=/data \
443443
redis:7
444444
```
445445

@@ -456,7 +456,7 @@ docker service rm dokploy-postgres
456456
--env POSTGRES_USER=dokploy \
457457
--env POSTGRES_DB=dokploy \
458458
--env POSTGRES_PASSWORD=amukds4wi9001583845717ad2 \
459-
--mount type=volume,source=dokploy-postgres-database,target=/var/lib/postgresql/data \
459+
--mount type=volume,source=dokploy-postgres,target=/var/lib/postgresql/data \
460460
postgres:16
461461
```
462462

@@ -518,7 +518,7 @@ docker service create \
518518
--network dokploy-network \
519519
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \
520520
--mount type=bind,source=/etc/dokploy,target=/etc/dokploy \
521-
--mount type=volume,source=dokploy-docker-config,target=/root/.docker \
521+
--mount type=volume,source=dokploy,target=/root/.docker \
522522
--publish published=3000,target=3000,mode=host \
523523
--update-parallelism 1 \
524524
--update-order stop-first \

apps/website/public/canary.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ install_dokploy() {
123123
--env POSTGRES_USER=dokploy \
124124
--env POSTGRES_DB=dokploy \
125125
--env POSTGRES_PASSWORD=amukds4wi9001583845717ad2 \
126-
--mount type=volume,source=dokploy-postgres-database,target=/var/lib/postgresql/data \
126+
--mount type=volume,source=dokploy-postgres,target=/var/lib/postgresql/data \
127127
postgres:16
128128

129129
docker service create \
130130
--name dokploy-redis \
131131
--constraint 'node.role==manager' \
132132
--network dokploy-network \
133-
--mount type=volume,source=redis-data-volume,target=/data \
133+
--mount type=volume,source=dokploy-redis,target=/data \
134134
redis:7
135135

136136
# Installation
@@ -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-docker-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 \

apps/website/public/feature.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ install_dokploy() {
123123
--env POSTGRES_USER=dokploy \
124124
--env POSTGRES_DB=dokploy \
125125
--env POSTGRES_PASSWORD=amukds4wi9001583845717ad2 \
126-
--mount type=volume,source=dokploy-postgres-database,target=/var/lib/postgresql/data \
126+
--mount type=volume,source=dokploy-postgres,target=/var/lib/postgresql/data \
127127
postgres:16
128128

129129

130130
docker service create \
131131
--name dokploy-redis \
132132
--constraint 'node.role==manager' \
133133
--network dokploy-network \
134-
--mount type=volume,source=redis-data-volume,target=/data \
134+
--mount type=volume,source=dokploy-redis,target=/data \
135135
redis:7
136136

137137

@@ -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-docker-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 \

apps/website/public/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@ install_dokploy() {
152152
--env POSTGRES_USER=dokploy \
153153
--env POSTGRES_DB=dokploy \
154154
--env POSTGRES_PASSWORD=amukds4wi9001583845717ad2 \
155-
--mount type=volume,source=dokploy-postgres-database,target=/var/lib/postgresql/data \
155+
--mount type=volume,source=dokploy-postgres,target=/var/lib/postgresql/data \
156156
postgres:16
157157

158158
docker service create \
159159
--name dokploy-redis \
160160
--constraint 'node.role==manager' \
161161
--network dokploy-network \
162-
--mount type=volume,source=redis-data-volume,target=/data \
162+
--mount type=volume,source=dokploy-redis,target=/data \
163163
redis:7
164164

165165
# Installation
@@ -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-docker-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)