Running docker-compose up -d will produce the above error message. The same error message is thrown with the current alpha version of the docker images (0.3.1.104-aasv3-alpha-latest).
Expected Behaviour
The server starts correctly - same as when the --with-db option is not set.
Describe the bug
When using the "--with-db" option, the server fails to start and logs the following error message:
To reproduce
I used the following docker-compose file:
Running
docker-compose up -d
will produce the above error message. The same error message is thrown with the current alpha version of the docker images (0.3.1.104-aasv3-alpha-latest).Expected Behaviour
The server starts correctly - same as when the
--with-db
option is not set.Version
0.3.1.104-aasv3-alpha-latest