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 authored and GitHub committed 2026-04-09 12:55:01 +00:00
1 parent c3329869fb
commit d5ea177e8f
1 file changed
+1 -1
+1 -1
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