Update PostgreSQL volume path in setup documentation for 18+

This commit is contained in:
Valentino Lauciani 2025-10-24 09:30:19 +02:00 committed by GitHub
parent 487fa6d31b
commit bfcd057755
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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