mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 20:50:06 -03: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
|
||||
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 }}"
|
||||
|
||||
Reference in New Issue
Block a user