mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
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:
commit
4bb851ca66
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user