ucan-lab / docker-laravel

🐳 Build a simple laravel development environment with Docker Compose.
https://dev.to/ucan_lab/how-to-install-and-set-up-laravel-s-local-development-environment-with-docker-compose-5bcf
MIT License
1.17k stars 380 forks source link

please add restart: always #273

Closed minhkhoablieu closed 2 weeks ago

minhkhoablieu commented 2 months ago

when i reboot my server, i need to run make up command at project. I want it to start automatically after reboot, what should I do?

ucan-lab commented 2 weeks ago

Thank you for your feedback. We will consider introducing the restart: always option to this repository.