mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
changed docker volume for postgres (#6086)
Signed-off-by: John Angelo <gelomorn@gmail.com>
This commit is contained in:
parent
2b3d94d747
commit
a09754a73c
@ -55,7 +55,7 @@ services:
|
||||
POSTGRES_USER: strapi
|
||||
POSTGRES_PASSWORD: strapi
|
||||
volumes:
|
||||
- ./data:/data/postgres
|
||||
- ./data:/var/lib/postgresql/data
|
||||
ports:
|
||||
- '5432:5432'
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user