From ca14298a651f0d5877c916caa9e53b2bd1fb9fdd Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 19 May 2021 13:15:58 +0200 Subject: [PATCH] fix(docker): influxdb image --- app/views/install/compose.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index 90ef9373f5..e35ea60d09 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -363,7 +363,7 @@ services: # - appwrite-uploads:/storage/uploads influxdb: - image: influxdb:1.8-alpine + image: appwrite/influxdb:1.0.0 container_name: appwrite-influxdb restart: unless-stopped networks: