You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... the documentation does not mention anything about my problem
... there are no open or closed issues that are related to my problem
Description
I try to install LibreNMS on Docker.
I've followed the compose example script but the main container don't start successfully:
I've tried with or without DB_NAME et DB_USER environment variables.
Loading stack via Portainer, environment variables seem to be correct (no trailing spaces, etc).
Expected behaviour
Start container
Actual behaviour
Start and stop with these errors:
The environment file is invalid!
Failed to parse dotenv file. Encountered an invalid name at [In StreamHandler.php line 159:].
@florentin68 did you know that you specified the file "/run/secrets/librenms_db_password" as the password file variable, which will be searched inside the docker container?
@florentin68 did you know that you specified the file "/run/secrets/librenms_db_password" as the password file variable, which will be searched inside the docker container?
Yes I'm doing so with other services, perhaps not possible here?
Support guidelines
I've found a bug and checked that ...
Description
I try to install LibreNMS on Docker.
I've followed the compose example script but the main container don't start successfully:
I've tried with or without DB_NAME et DB_USER environment variables.
Loading stack via Portainer, environment variables seem to be correct (no trailing spaces, etc).
Expected behaviour
Start container
Actual behaviour
Start and stop with these errors:
Steps to reproduce
Follow example given in the docs
Docker info
Docker Compose config
Logs
The text was updated successfully, but these errors were encountered: