Owner of the Postgres Dir should also be 999, not root. Might work as root, but this way is known to work.
This commit is contained in:
parent
1a39eced04
commit
4dfaf3395d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
owner: 999
|
owner: 999
|
||||||
group: root
|
group: 999
|
||||||
mode: '0700'
|
mode: '0700'
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ docker_volumes_dir }}/pretix/postgres-db"
|
- "{{ docker_volumes_dir }}/pretix/postgres-db"
|
||||||
|
|
Loading…
Reference in a new issue