2
0

start 214 B

12345678
  1. #!/bin/bash
  2. docker-compose up -d
  3. if [[ "$OSTYPE" != "linux-gnu" ]]; then
  4. echo "Initiating bi-directional sync between host & containers..."
  5. bin/copydirall
  6. echo "All containers have started successfully."
  7. fi