Skip to content

Docker Installation - Warning: instbyte.config.json is invalid JSON, using defaults. #4

@varadins

Description

@varadins

Greetings - thank you for creating this.

Installing via docker-compose and the only entry in the log, no matter how many times I restart the container... states: I am not able to connect to the container.

Warning: instbyte.config.json is invalid JSON, using defaults.

docker-compose.yml

services:
  instbyte:
    image: mohitgauniyal/instbyte:latest
    ports:
      - "8082:3000"
    volumes:
      - ./instbyte-data:/data
      - ./instbyte.config.json:/app/instbyte.config.json
    environment:
      - INSTBYTE_DATA=/data
      - INSTBYTE_UPLOADS=/data/uploads
    restart: unless-stopped

Looking at the file structure it looks like it created instbyte.config.json as a directory.

docker@docker ~/d/instbyte> lsd -all
drwxrwxr-x docker docker 4.0 KB Wed Mar 18 17:28:02 2026  .
drwxrwxr-x docker docker 4.0 KB Wed Mar 18 17:11:08 2026  ..
.rw-rw-r-- docker docker 306 B  Wed Mar 18 17:25:32 2026  docker-compose.yml
drwxr-xr-x root   root   4.0 KB Wed Mar 18 17:12:07 2026  instbyte-data
drwxr-xr-x root   root   4.0 KB Wed Mar 18 17:12:06 2026  instbyte.config.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions