Quickstart: Compose and webTareas You can use Docker Compose to easily run webTareas in an isolated environment built with Docker containers. This quick-start guide demonstrates how to use Compose to set up and run webTareas. Before starting, make sure you have Compose(https://docs.docker.com/compose/install/) installed. 1.Download compressed docker compose file from the following website: http://sourceforge.net/projects/webtareas/files/docker-compose/ 2.Extract this file to an empty directory. For example, if you named your directory my_webtareas $ unzip compose-3.0-php8.4-fpm-postgres-vsftpd.zip -d my_webtareas 3.Change into the directory. For example, if you named your directory my_webtareas $ cd my_webtareas 4.Set ip addres in the environment file. For example, if your ip is 192.168.0.1 $ nano env-3.0-php8.4-fpm-postgres-vsftpd Find WT_ROOT=https://YOUR.IP.HERE and replace with WT_ROOT=https://192.168.0.1 5.Create and start containers. For example, if the compose file is docker-compose-3.0-php8.4-fpm-postgres-vsftpd.yml $ docker-compose -f docker-compose-3.0-php8.4-fpm-postgres-vsftpd.yml up -d 6.Wait for a few seconds and open your browser. For example, if your ip is 192.168.0.1 https://192.168.0.1 7.Input username and password and login. The default username/password is admin/admin Enjoy :)