Skip to content

Commit 697faf5

Browse files
committed
loglist: use uid:gid 999:999 for data access setup
1 parent 9a8e201 commit 697faf5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

xmpp2/loglist.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@
5656
path: '{{ item }}'
5757
state: directory
5858
mode: 'u=rwx,go='
59-
owner: root
60-
group: root
59+
# NOTE: we use 999:999 here because these are hardcoded in the
60+
# PostgreSQL Dockerfile, see this for details:
61+
# https://stackoverflow.com/q/56188573/2684760
62+
owner: 999
63+
group: 999
6164
loop:
6265
- '{{ host_data_dir }}'
6366

0 commit comments

Comments
 (0)