Merge pull request #4805 from vlauciani/patch-1

Update PostgreSQL volume path in setup documentation for 18+
This commit is contained in:
jc21 2025-11-03 08:15:23 +10:00 committed by GitHub
commit 52093ba258
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,7 +141,7 @@ services:
POSTGRES_PASSWORD: 'npmpass'
POSTGRES_DB: 'npm'
volumes:
- ./postgres:/var/lib/postgresql/data
- ./postgresql:/var/lib/postgresql
```
::: warning