mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-24 08:51:48 -05:00
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