A multi-architecture image for todo.
-
armv7
-
arm64
-
amd64
- None
$ docker run -d \
--name=todo-default \
-e TZ=America/Los_Angeles `# optional` \
-e PUID=1000 `# optional` \
-e PGID=1000 `# optional` \
-e THEME=ayu `# optional` \
-p 8000:8000 \
--restart unless-stopped \
nicholaswilde/todo
See docker-compose.yaml.
user | uid |
---|---|
abc | 911 |
See todo for more configuration options.
See docs.
See docs.
If you want to automatically generate README.md
files with a pre-commit hook, make sure you
install the pre-commit binary, and add a .pre-commit-config.yaml file
to your project. Then run:
$ pre-commit install
$ pre-commit install-hooks
Currently, this only works on amd64
systems.
This project was started in 2021 by Nicholas Wilde.