mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
README Add Informations Docker
This commit is contained in:
parent
9575fa54bf
commit
6c13c5a5bd
1 changed files with 15 additions and 0 deletions
15
README.md
15
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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue