run.sh 89 B

12345
  1. #!/bin/bash
  2. # Deploy docker service.
  3. docker stack deploy -c mariadb.yml mariadb
  4. exit 0;