Could not connect to database, check logs/librenms.log. Need some help

  1. I can confirm that I have put the passwords at ‘libre_password’
  2. Yes you are right, this is my mistake and have changed it to:
    -v /volume1/docker/mariadb:/var/lib/mysql \

However I got the same results when using the command:
docker exec librenms setup_database

CLI output:
Could not connect to database, check logs/librenms.log

I also noticed my PUID and PGID are not correct.
Command ‘ID’ shows this:

root@DiskStation:~# id
uid=0(root) gid=0(root) groups=0(root),2(daemon),19(log)

So I have to set it this way or am I mistaken?

-e PUID=0
-e PGID=0 \

Mabe also goot to mention I’m running DSM 7.1.1
Synology Docker version 20.10.3-1308

Any idea ?