Reenable ADMIN_TOKEN, using argon2id now

This commit is contained in:
BBaoVanC 2023-04-01 22:05:00 -05:00
parent 796483cacd
commit 865fc406fd
1 changed files with 1 additions and 1 deletions

View File

@ -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: