Skip to content

SQLite '400 Bad Request' #145

Answered by alexdelprete
meelokun asked this question in Q&A
Nov 11, 2022 · 1 comments · 19 replies
Discussion options

You must be logged in to vote

Check the docs site for the official examples: https://docs.speedtest-tracker.dev/getting-started/installation#install-with-docker-compose

Choose the one based on the database you want to use.

Just as an example, this is my docker-compose, with 2 space indentation (doesn't make much difference), using an external database (MariaDB):

version: '3.3'
services:
  speedtest-tracker:
    image: ghcr.io/alexjustesen/speedtest-tracker:v0.3.0
    container_name: speedtest-tracker
    restart: unless-stopped
    ports:
      - 8008:443
    environment:
      TZ: Europe/Rome
      PUID: 1000
      PGID: 1000
      DB_CONNECTION: mysql
      DB_HOST: mariadb.domain.local
      DB_PORT: 3306
      DB_…

Replies: 1 comment 19 replies

Comment options

You must be logged in to vote
19 replies
@Ceredril
Comment options

@alexjustesen
Comment options

@alexdelprete
Comment options

@Ceredril
Comment options

@alexdelprete
Comment options

Answer selected by meelokun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants