feat(Vaultwarden): Add timezone information

This commit is contained in:
Simon 2022-12-31 15:14:20 +01:00
parent ea59336efb
commit c631f47ae1
1 changed files with 2 additions and 0 deletions

View File

@ -21,3 +21,5 @@ services:
SIGNUPS_ALLOWED: ${VAULTWARDEN_SIGNUPS_ALLOWED:-true}
volumes:
- vaultwarden:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro