feat(Vaultwarden): Add timezone information #47

Merged
kosssi merged 1 commits from vaultwarden into main 2022-12-31 15:20:03 +01:00
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