diff --git a/README.md b/README.md index 8979082..6056620 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # My Tiny Todo An easy way to organize and manage your to-do lists. +This is a simplified and easy-to-install version of My Tiny Todo. - **Languages Used:** PHP and jQuery. - **Supported Databases:** PostgreSQL, MySQL, or SQLite. @@ -8,4 +9,18 @@ An easy way to organize and manage your to-do lists. Start managing your tasks effectively today! +## Start Docker Container + +To start the Docker container, follow these steps: + +**Build the container:** +```bash +docker compose build +``` + +**Start the container in detached mode:** +```bash +docker compose up -d +``` + Original website - http://www.mytinytodo.net/