Skip to content

Commit

Permalink
32bit bugfix for influxdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Setcover authored Mar 27, 2023
1 parent 4bb9ac1 commit 59be744
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -115,4 +118,4 @@ services:
# privileged: true
# network_mode: host
ports:
- "8123:8123"
- "8123:8123"

0 comments on commit 59be744

Please sign in to comment.