diff --git a/compose.yaml b/compose.yaml index 1f0a40a..f19ba3c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,4 +6,6 @@ services: restart: unless-stopped volumes: - ./database.db:/usr/src/app/database.db + - /etc/timezone:/etc/timezone:ro + - /etc/localtime:/etc/localtime:ro