mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-18 21:43:06 +02:00
docs: update README
This commit is contained in:
parent
57f80e72fc
commit
711bef5084
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
# Taskwarrior-webui
|
||||
|
||||
[](https://hub.docker.com/r/dcsunset/taskwarrior-webui)
|
||||
[](https://hub.docker.com/r/dcsunset/taskwarrior-webui)
|
||||
|
||||
|
||||
Responsive Web UI for Taskwarrior based on Vue.js and Koa.js.
|
||||
|
||||
|
@ -26,7 +28,9 @@ docker pull dcsunset/taskwarrior-webui
|
|||
Then run it with the command:
|
||||
|
||||
```
|
||||
docker run -d -p 8080:80 -v $HOME/.taskrc:/.taskrc -v $HOME/.task:/.task dcsunset/taskwarrior-webui
|
||||
docker run -d -p 8080:80 --name taskwarrior-webui \
|
||||
-v $HOME/.taskrc:/.taskrc -v $HOME/.task:/.task \
|
||||
dcsunset/taskwarrior-webui
|
||||
```
|
||||
|
||||
### Manually deploy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue