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 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