feat(Vaultwarden): Add timezone information
This commit is contained in:
parent
ea59336efb
commit
c631f47ae1
|
@ -21,3 +21,5 @@ services:
|
|||
SIGNUPS_ALLOWED: ${VAULTWARDEN_SIGNUPS_ALLOWED:-true}
|
||||
volumes:
|
||||
- vaultwarden:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
|
Loading…
Reference in New Issue