start.ps1 153 B

12345
  1. docker-compose up -d
  2. echo "Initiating bi-directional sync between host & containers..."
  3. bin/copydirall
  4. echo "All containers have started successfully."