mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Update selinux context for postgres volume
Signed-off-by: Stephen Clayton <sclayton@tweddle.com>
This commit is contained in:
@@ -101,7 +101,7 @@
|
|||||||
state: started
|
state: started
|
||||||
image: postgres:9.6
|
image: postgres:9.6
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ postgres_data_dir }}:/var/lib/postgresql/data"
|
- "{{ postgres_data_dir }}:/var/lib/postgresql/data:Z"
|
||||||
env:
|
env:
|
||||||
POSTGRES_USER: "{{ pg_username }}"
|
POSTGRES_USER: "{{ pg_username }}"
|
||||||
POSTGRES_PASSWORD: "{{ pg_password }}"
|
POSTGRES_PASSWORD: "{{ pg_password }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user