#!/bin/sh

docker-compose -f /usr/local/gitlab-runner/game/luckyfortune/mananger/luckyfortune_mgr.yml down
docker ps -a | grep luckyfortune_mgr
exit 0