Fix the stupid postgres path for plausible

A lay over from when it was at home
This commit is contained in:
Jake Howard 2021-04-15 18:28:24 +01:00
parent 5dc3db5dce
commit 943087b6ad
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -51,7 +51,7 @@ services:
image: postgres:12-alpine
restart: unless-stopped
volumes:
- /mnt/tank/dbs/postgres/plausible:/var/lib/postgresql/data
- ./postgres:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=plausible
- POSTGRES_USER=plausible