I have CouchDB v2.3 running using the official Docker image. I've configured the database as a Single Node using Fauxton.
The /data directory is mount to a local directory. When I'm restarting the container, the databases are still there. So the volume binding works as expected.
Now, everytime I'm restarting the container and I navigate to the 'Setup' tab, it looks like CouchDB did not remember I've configured it as a Single Node.
I keep seeing the following screen after restarting the image
Once I've configured it again, I see the following screen
Until I reboot the container. Then I have to the first screen again.
What is going on here?