-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels