mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Update selinux context for postgres volume
Signed-off-by: Stephen Clayton <sclayton@tweddle.com>
This commit is contained in:
parent
c7f498fd01
commit
87472484d6
@ -101,7 +101,7 @@
|
||||
state: started
|
||||
image: postgres:9.6
|
||||
volumes:
|
||||
- "{{ postgres_data_dir }}:/var/lib/postgresql/data"
|
||||
- "{{ postgres_data_dir }}:/var/lib/postgresql/data:Z"
|
||||
env:
|
||||
POSTGRES_USER: "{{ pg_username }}"
|
||||
POSTGRES_PASSWORD: "{{ pg_password }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user