mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 03:30:02 -03:30
Upgrade PostgreSQL from 10 to 12
This commit is contained in:
@@ -44,7 +44,7 @@ services:
|
||||
|
||||
# Postgres Database Container
|
||||
postgres:
|
||||
image: postgres:10
|
||||
image: postgres:12
|
||||
container_name: tools_postgres_1
|
||||
environment:
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
|
||||
Reference in New Issue
Block a user