#!/bin/sh

docker-compose -f/usr/local/gitlab-runner/game/fivedragon/mananger/fivedragon-mgr.yml up -d
docker ps -a | grep fivedragon_mgr
exit 0