Mounting to /var/lib/postgres/data is no longer allowed after Postgres 18 (#1651)

I got an error when running bracket through the provided compose because
mounting directly to the postgres data directory is not allowed after
version 18
This commit is contained in:
Byte
2026-04-09 07:55:01 -05:00
committed by GitHub
parent c3329869fb
commit d5ea177e8f

View File

@@ -36,4 +36,4 @@ services:
- bracket_lan
restart: always
volumes:
- bracket_pg_data:/var/lib/postgresql/data
- bracket_pg_data:/var/lib/postgresql