Auto creation of default context not working

Hi Axon Team, Hi Community,

I am trying to get the auto creation of the default context in the standalone mode working. I set the corresponding property but it does not seem to be respected. Any idea what I am doing wrong? I am using the latest docker image of axon server se.

I am using:

axoniq.axonserver.standalone=true

Regards, Lars

I found out by now that the properties file is not mounted correctly into the container. I will analyze this further.

Now I finally solved it. I was just stupid and did not recognize that I had to change the mountPath when upgrading the docker image of axon server. The path is now /axonserver/config and now its working fine.