Reenable ADMIN_TOKEN, using argon2id now
This commit is contained in:
parent
796483cacd
commit
865fc406fd
@ -26,7 +26,7 @@ services:
|
||||
environment:
|
||||
- WEBSOCKET_ENABLED=true # Enable WebSocket notifications.
|
||||
- DATABASE_URL=postgresql://bitwarden:${POSTGRES_PASSWORD}@postgres:5432/bitwardendb
|
||||
#- ADMIN_TOKEN
|
||||
- ADMIN_TOKEN
|
||||
volumes:
|
||||
- ./data/vaultwarden:/data
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user