Open ryanrudak opened 4 months ago
The image doesn't allow you to use the following setting in your DB config:
Change
--lower-case-table-names=2
Back to
--lower-case-table-names=0
Make sure you start from scratch.
Since you're on windows, value 0 is not possible. You could remove the volume mapped to the database container, this should be fine for testing purposes. This way the filesystem is case sensitive because the container is a linux environment.
Support guidelines
I've found a bug and checked that ...
Description
I try a new installation with the docker compose example files.
Expected behaviour
a new fresh installation with an accessable webui. I just want to test it.
Actual behaviour
crash of the docker container 'librenms'. librenms exited with code 1
Steps to reproduce
docker desktop for windows - info --> Docker info field (Output of docker info command) download the docker compose example files docker compose up -d
Docker info
Docker Compose config
Logs
Additional info
No response