Skip to content

Commit 52093ba

Browse files
authored
Merge pull request #4805 from vlauciani/patch-1
Update PostgreSQL volume path in setup documentation for 18+
2 parents 24216f1 + bfcd057 commit 52093ba

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
@@ -141,7 +141,7 @@ services:
141141
POSTGRES_PASSWORD: 'npmpass'
142142
POSTGRES_DB: 'npm'
143143
volumes:
144-
- ./postgres:/var/lib/postgresql/data
144+
- ./postgresql:/var/lib/postgresql
145145
```
146146

147147
::: warning

0 commit comments

Comments
 (0)