Skip to content

Commit

Permalink
Merge pull request #82 from jyi2ya/master
Browse files Browse the repository at this point in the history
docs(README): fix typo
  • Loading branch information
DCsunset authored Apr 17, 2024
2 parents 8a66ab1 + 70ea2ca commit 8d24bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ you may want to mount files to the same paths in the container using the followi

```sh
docker run -d -p 8080:80 --name taskwarrior-webui \
-e TAKSRC=$HOME/.taskrc -e TASKDATA=$HOME/.task \
-e TASKRC=$HOME/.taskrc -e TASKDATA=$HOME/.task \
-v $HOME/.taskrc:$HOME/.taskrc -v $HOME/.task:$HOME/.task \
dcsunset/taskwarrior-webui
```
Expand Down

0 comments on commit 8d24bb5

Please sign in to comment.