2024-05-13, 07:39 PM
This sounds more like something in your config directory keeps getting recreated/overwritten. Container name should mean exactly 0 if you're using the same configs and data for everything. It could _almost_ make sense if you have a proxy system setup and that's causing havoc, but the app itself shouldn't care at all what the container name is. But assuming you're using docker compose, you can just add in a 'container_name' field and ensure it's always something consistent.