#!/bin/sh

docker-compose -f /usr/local/gitlab-runner/game/luckyneko/mananger/luckyneko-mgr.yml down

docker ps -a | grep luckyneko_mgr
exit 0