Browse Source

Update PostgreSQL volume path in setup documentation for 18+

Valentino Lauciani 2 months ago
parent
commit
bfcd057755
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/src/setup/index.md

+ 1 - 1
docs/src/setup/index.md

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