2
0

start 436 B

123456789
  1. #!/bin/bash
  2. docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d --remove-orphans
  3. ## Blackfire support
  4. # ------------------
  5. ## First register the blackfire agent with:
  6. #bin/root blackfire-agent --register --server-id={YOUR_SERVER_ID} --server-token={YOUR_SERVER_TOKEN}
  7. ## Then uncomment the below line (and leave uncommented) to start the agent automatically with bin/start:
  8. #bin/root /etc/init.d/blackfire-agent start