The project is a simple docker-compose file to run a laravel project with traefik as a reverse proxy
docker network create traefik-net
2. Give the start.sh script executable permission (only if you neeed to run special commands on the build.)
sudo chmod +x project/start.sh