From 58e2db3cc39a009180b4b806367f251e0b73abd0 Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Tue, 25 May 2021 09:58:44 +0100 Subject: [PATCH] Update postgres --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 27078d4..df57f8e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,12 +35,12 @@ services: container_name: flagsmith_frontend db: - image: postgres:10.6-alpine + image: postgres:11.12-alpine environment: POSTGRES_PASSWORD: password POSTGRES_DB: flagsmith container_name: flagsmith_postgres - + # InfluxDB requires additional setup - please see https://docs.flagsmith.com/deployment-overview/#influxdb # Note that InfluxDB is optional, but enabling it will provide additional functionality to the Flagsmith platform # influxdb: