Skip to content

Commit 20b0835

Browse files
vlaucianifhennig42
authored andcommitted
Update PostgreSQL volume path in setup documentation for 18+
1 parent a2aa2cd commit 20b0835

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)