We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8e201 commit 697faf5Copy full SHA for 697faf5
1 file changed
xmpp2/loglist.yml
@@ -56,8 +56,11 @@
56
path: '{{ item }}'
57
state: directory
58
mode: 'u=rwx,go='
59
- owner: root
60
- group: root
+ # NOTE: we use 999:999 here because these are hardcoded in the
+ # PostgreSQL Dockerfile, see this for details:
61
+ # https://stackoverflow.com/q/56188573/2684760
62
+ owner: 999
63
+ group: 999
64
loop:
65
- '{{ host_data_dir }}'
66
0 commit comments