Merge pull request #8118 from mjeffin/postres-volume-typo

Update docker-compose.yml.j2

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-09-10 14:39:43 +00:00
committed by GitHub

View File

@@ -167,7 +167,7 @@ services:
container_name: awx_postgres
restart: unless-stopped
volumes:
- {{ postgres_data_dir }}/10/data/:/var/lib/postgresql/data:Z
- "{{ postgres_data_dir }}/10/data/:/var/lib/postgresql/data:Z"
environment:
POSTGRES_USER: {{ pg_username }}
POSTGRES_PASSWORD: {{ pg_password }}