Skip to content

Commit

Permalink
Fix incorrect PostgreSQL data path
Browse files Browse the repository at this point in the history
`postgresql` Docker image stores the database files in `/var/lib/postgresql/data`.

Signed-off-by: Igor Li拧ka<igor.liska@panaxeo.com>
  • Loading branch information
Igi4 committed Sep 17, 2020
1 parent 4eb7f65 commit 6f16f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.0.0-beta.x/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
POSTGRES_USER: strapi
POSTGRES_PASSWORD: strapi
volumes:
- ./data:/data/postgres
- ./data:/var/lib/postgresql/data
ports:
- '5432:5432'
```
Expand Down

0 comments on commit 6f16f92

Please sign in to comment.