Skip to content

Commit faeafdc

Browse files
authored
Update develop.md
To solve the issues after PostgreSQL v18+, the volume path has to be changed
1 parent e21ee9d commit faeafdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/guides/dotnet/develop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ services:
103103
secrets:
104104
- db-password
105105
volumes:
106-
- db-data:/var/lib/postgresql/data
106+
- db-data:/var/lib/postgresql
107107
environment:
108108
- POSTGRES_DB=example
109109
- POSTGRES_PASSWORD_FILE=/run/secrets/db-password
@@ -256,7 +256,7 @@ services:
256256
secrets:
257257
- db-password
258258
volumes:
259-
- db-data:/var/lib/postgresql/data
259+
- db-data:/var/lib/postgresql
260260
environment:
261261
- POSTGRES_DB=example
262262
- POSTGRES_PASSWORD_FILE=/run/secrets/db-password
@@ -361,7 +361,7 @@ services:
361361
secrets:
362362
- db-password
363363
volumes:
364-
- db-data:/var/lib/postgresql/data
364+
- db-data:/var/lib/postgresql
365365
environment:
366366
- POSTGRES_DB=example
367367
- POSTGRES_PASSWORD_FILE=/run/secrets/db-password

0 commit comments

Comments
 (0)