Settings reset after docker-compose restart #9

Open
opened 2026-04-29 13:26:11 +02:00 by viewit · 1 comment
Owner

After running docker-compose restart (without stop/rm), settings entered via the Settings Modal are lost — the bridge starts with default values.

Workaround: Manually stop and remove the container, then redeploy with start.sh and a pre-filled .env file.

Reported by: u/Nerdinat0r

After running `docker-compose restart` (without stop/rm), settings entered via the Settings Modal are lost — the bridge starts with default values. **Workaround:** Manually stop and remove the container, then redeploy with `start.sh` and a pre-filled `.env` file. **Reported by:** u/Nerdinat0r
viewit added the
bug
label 2026-04-29 13:26:11 +02:00
Author
Owner

Fixed in v0.9.2.

Starting with 0.9.2, the bridge stores all settings in config/config.ini instead of .env. The config/ directory is mounted as a Docker volume, so settings survive docker-compose restart, updates, and image rebuilds.

Migration is automatic: on first start after upgrading, your existing .env is read and config/config.ini is created automatically — no manual steps needed.

Fixed in v0.9.2. Starting with 0.9.2, the bridge stores all settings in `config/config.ini` instead of `.env`. The `config/` directory is mounted as a Docker volume, so settings survive `docker-compose restart`, updates, and image rebuilds. **Migration is automatic:** on first start after upgrading, your existing `.env` is read and `config/config.ini` is created automatically — no manual steps needed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: viewit/KX-Bridge-Release#9
No description provided.