Update selinux context for postgres volume

Signed-off-by: Stephen Clayton <sclayton@tweddle.com>
This commit is contained in:
Stephen Clayton 2017-09-12 08:52:30 -04:00
parent c7f498fd01
commit 87472484d6

View File

@ -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 }}"