From 59be744a58ffa1d6a22f4072bd1b992f9e6fcdf1 Mon Sep 17 00:00:00 2001 From: Setcover <20210370+Setcover@users.noreply.github.com> Date: Mon, 27 Mar 2023 15:33:59 +0200 Subject: [PATCH] 32bit bugfix for influxdb See https://github.com/influxdata/influxdb/pull/12362 --- docker-compose.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 674ab5e..260b419 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -52,7 +52,10 @@ services: - influxdb influxdb: - image: influxdb:1.8 + # image: influxdb:1.8 + image: ghcr.io/terjesannum/influxdb-arm32:1.8.10-1 # included are fixes for 32bit memory limitations, see + # https://github.com/influxdata/influxdb/pull/12362 + # https://github.com/terjesannum/docker-influxdb-arm32 container_name: influxdb restart: unless-stopped ports: @@ -115,4 +118,4 @@ services: # privileged: true # network_mode: host ports: - - "8123:8123" \ No newline at end of file + - "8123:8123"