Skip to content

Commit 8c62f89

Browse files
authored
Update README.md
1 parent 57c3f4a commit 8c62f89

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

patroni/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@ Currently available images are:
2222
Bind mount your configuration file to `/etc/patroni.yml` and run the container (Can be overritten by setting `PATRONI_CONFIG`).
2323
and also bind mount your data directory to `/var/lib/postgresql/data`.
2424

25+
> [!IMPORTANT]
26+
Data directory owner must be `999:999` (Acording to PostgreSQL container image which is our base image)
27+
And it's mode must be `700` or `750`
28+
2529
Do not forget to expose required ports (according to your configuration file).
2630
default configuration file is available at [./patroni.yml](./patroni.yml).

0 commit comments

Comments
 (0)