Settings reset after docker-compose restart #9
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.shand a pre-filled.envfile.Reported by: u/Nerdinat0r
Fixed in v0.9.2.
Starting with 0.9.2, the bridge stores all settings in
config/config.iniinstead of.env. Theconfig/directory is mounted as a Docker volume, so settings survivedocker-compose restart, updates, and image rebuilds.Migration is automatic: on first start after upgrading, your existing
.envis read andconfig/config.iniis created automatically — no manual steps needed.