Skip to content

Commit

Permalink
Typos and added env variables table
Browse files Browse the repository at this point in the history
  • Loading branch information
samurai authored and samurai committed Oct 23, 2023
1 parent 14e3778 commit 4f1e8f8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

A Dockerfile for beancount-fava

## Environment Variable

- `BEANCOUNT_FILE`: path to your beancount file. Default to empty string.

## Usage Example

You can get started creating a container from this image you can either use docker-compose or the docker cli.
You can get started creating a container from this image, you can either use docker-compose or the docker cli.

Assuming you have example.bean in the current directory:
Assuming you have `example.bean` in the current directory:

### Docker Cli

Expand Down Expand Up @@ -42,6 +39,12 @@ services:
restart: unless-stopped
```
## Environment Variable
| Parameter | Value |
| :----: | --- |
| `BEANCOUNT_FILE` | path to your beancount file. Default to empty string. |

## Note on auto build

The [docker image](https://hub.docker.com/r/yegle/fava) was switched
Expand Down

0 comments on commit 4f1e8f8

Please sign in to comment.