From 6c13c5a5bd62a10069890985d7c13886899694df Mon Sep 17 00:00:00 2001 From: joaop Date: Mon, 20 Jan 2025 21:57:26 -0300 Subject: [PATCH] README Add Informations Docker --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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/