README Add Informations Docker

This commit is contained in:
joaop 2025-01-20 21:57:26 -03:00
parent 9575fa54bf
commit 6c13c5a5bd

View file

@ -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/