add bitwarden admin token

This commit is contained in:
Michael Rennecke
2020-04-19 21:49:03 +02:00
parent 5e683a7a15
commit 56fddaed32
2 changed files with 12 additions and 0 deletions

View File

@@ -13,6 +13,8 @@
image: "bitwardenrs/server:{{ bitwarden_version }}"
pull: yes
restart_policy: always
env:
ADMIN_TOKEN: "{{ bitwarden_admin_token }}"
ports:
- 127.0.0.1:2080:80