Added README

This commit is contained in:
2026-01-02 16:15:55 -05:00
parent 726ead7e6e
commit 645262f1d3

5
stacks/vikunja/README.md Normal file
View File

@@ -0,0 +1,5 @@
To set a username and password without enabling registration:
```
docker exec -it vikunja /app/vikunja/vikunja user create --username rishi --email you@email.com --password yourpassword
```