Skip to content

Commit bfcd057

Browse files
authored
Update PostgreSQL volume path in setup documentation for 18+
1 parent 487fa6d commit bfcd057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/setup/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ services:
136136
POSTGRES_PASSWORD: 'npmpass'
137137
POSTGRES_DB: 'npm'
138138
volumes:
139-
- ./postgres:/var/lib/postgresql/data
139+
- ./postgresql:/var/lib/postgresql
140140
```
141141

142142
::: warning

0 commit comments

Comments
 (0)