eusonlito / GPS-Tracker

GPS Tracker platform for Sinotrack, Coban, Teltonika, Concox, Jimilab, OsmAnd and Queclink devices built with Laravel 11 + PHP 8.2 and MySQL 8. Plataforma GPS Tracker para dispositivos Sinotrack Sinotrack, Coban, Teltonika, Concox, Jimilab, OsmAnd y Queclink creada con Laravel 11 + PHP 8.2 y MySQL 8.
https://tracker-demo.lito.com.es/
MIT License
199 stars 80 forks source link

Run containers in the detached mode #30

Closed abosaad11 closed 11 months ago

abosaad11 commented 11 months ago

Since I was using this repo all day, I was avoiding using the run.sh because I would loose that terminal to running docker compose. Instead I was using docker-compose -f docker/docker-compose.yml up -d. It's such a small change But I think is more convenient to use.

eusonlito commented 11 months ago

Thanks!