mirror of
https://git.wownero.com/lza_menace/wowstash.git
synced 2024-08-15 00:33:15 +00:00
fix pg data path
This commit is contained in:
parent
2cec3498fe
commit
c638f4c51d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue