This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/achiya-automation on 2026-08-18 07:16:07+00:00.
changed a db password in my .env, ran docker restart on the stack, then spent an hour convinced the db was corrupted because auth kept failing. turns out restart just brings the container back with the exact config it was created with. env is only read at creation. docker compose up -d --force-recreate fixed it in ten seconds.
two years running this stack and never got bitten by it until now. what’s the dumbest thing that ate an evening for you?
