Fix the stupid postgres path for plausible
A lay over from when it was at home
This commit is contained in:
parent
5dc3db5dce
commit
943087b6ad
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ services:
|
||||||
image: postgres:12-alpine
|
image: postgres:12-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/tank/dbs/postgres/plausible:/var/lib/postgresql/data
|
- ./postgres:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD=plausible
|
- POSTGRES_PASSWORD=plausible
|
||||||
- POSTGRES_USER=plausible
|
- POSTGRES_USER=plausible
|
||||||
|
|
Loading…
Reference in a new issue