mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
Manage env variables #220
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 @chielmi on GitHub (Feb 1, 2019).
Great docker!
There is one thing I can't figure out. I would like to disable user registration. This should be possible by adding globalSettings__disableUserRegistration=true to ./bwdata/env/global.override.env
But I can't figure out how to do this. The container has no /bwdata. I have mapped /data to a local drive, but adding the global.override.env file in that location made no difference.
Is there a way to add this variable?
@mprasil commented on GitHub (Feb 1, 2019):
Hi, please see here - you basically just set the appropriate env variable. Hope that helps.
@hboetes commented on GitHub (Sep 25, 2019):
bit clumsy but here's how I do it: