Docker build for mytinytodo 1.4.3.
Uses stock 1.4.3 + one change to make the checkbox bigger on mobile.
Based on the nimmis/apache-php7 image. Resulting image is about 500 MB but uses about 50 MB RAM in use.
Installs SQLite for storing data.
git clone https://github.com/breakall/mytinytodo-docker.git
docker build . --tag=mytinytodo
docker run --name mytinytodo -p 80:80 -p 443:443 -d mytinytodo
Load http://your.ip.here/ to complete setup.
After setup is complete:
docker exec mytinytodo rm /var/www/html/setup.php
- Put SQLite database on volume
- Script out database setup