Merge pull request #129 from stephenpc/bugfix/postgres_container_perms

Update selinux context for postgres volume
This commit is contained in:
Matthew Jones 2017-09-12 11:49:13 -07:00 committed by GitHub
commit 9827a4b758

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