mirror of
https://github.com/evroon/bracket.git
synced 2026-04-17 13:57:04 -04:00
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:
@@ -36,4 +36,4 @@ services:
|
||||
- bracket_lan
|
||||
restart: always
|
||||
volumes:
|
||||
- bracket_pg_data:/var/lib/postgresql/data
|
||||
- bracket_pg_data:/var/lib/postgresql
|
||||
|
||||
Reference in New Issue
Block a user