Running your Project
You've got your production environment ready and made the basic configuration changes. Now it's time to give your application a test run.
Docker Configurations
docker-compose -f docker-compose.dev.yml --env-file dev.env updocker-compose -f docker-compose.prod.yml --env-file prod.env updocker-compose -f docker-compose.prod.ssl.yml --env-file prod.env upLast updated