mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
Internet access error with docker #1214
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arsaboo on GitHub.
I am running valutwarden in a docker container (on a Ubuntu machine) using the following command:
I am also using Nginx Proxy Manager to access the vault (without any custom settings). The vault works and I am able to access the passwords. However, my SMTP notifications were not working and on further investigation, I saw the following in the diagnostics screen:
Here's the support string (note that this was generated after adding the
ADMIN_TOKENin the container).Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: SIGNUPS_ALLOWED, ADMIN_TOKEN
I would appreciate any guidance....thanks a lot!