I’m running Bitwarden_RS version 1.19.0 on unraid as a docker container.
I would like to suppress the following WARNING & INFO:
- [INFO] No .env file found
- [WARNING] The following environment variables are being overriden by the config file,
- [WARNING] please use the admin panel to make changes to them:
- [WARNING] SIGNUPS_ALLOWED, INVITATIONS_ALLOWED, ADMIN_TOKEN
To prevent ‘No .env file found" message I placed a .env file under /mnt/user/appdata/bitwarden. Additionally, underExtra Parameters’ in the 'Unraid/Docker/Bitwarden/Advanced view, I have specified “–env-file /mnt/user/appdata/bitwarden/.env” (without quotes). After restarting the container, I still get the ‘No .env file found’. Why is my .env not getting loaded eventhough I’m specifying the --env-file parameter as mentioned?
To resolve the WARNING log message, I kept all the default settings for ‘SIGNUPS_ALLOWED’, ‘INVITATIONS_ALLOWED’, and ‘ADMIN_TOKEN’. Yet, I see the warning messages.
How do I complete prevent/avoid getting the above-mentioned INFO & WARNING messages?