Files
docker-compose-configs/vaultwarden/vaultwarden.env
2025-02-17 19:23:54 +01:00

13 lines
344 B
Bash

CONTAINER_NAME=vaultwarden
PORT_HTTP=8082
WEBVAULT_ENABLED=true
#allow new users to sign up and create an account (should be disabled after initial setup)
SIGNUP_ALLOWED=false
#Token for the admin interface, preferably use a long random string
#One option is to use 'openssl rand -base64 48'
#If not set, the admin panel is disabled
TOKEN=