fix pg data path

This commit is contained in:
lza_menace 2020-08-25 13:16:14 -07:00
parent 2cec3498fe
commit c638f4c51d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ services:
POSTGRES_USER: ${DB_USER}
POSTGRES_DB: ${DB_NAME}
volumes:
- ./data:/var/lib/postgresql/data
- ./data/postgresql:/var/lib/postgresql/data
cache:
image: redis:latest
container_name: cache