| Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 Path : /opt/alt/python311/lib/python3.11/site-packages/tests/config/ |
| Current File : //opt/alt/python311/lib/python3.11/site-packages/tests/config/stop_local_graylog_server.sh |
#!/usr/bin/env bash
# stop the local graylog server used for integration testing graypy
# do work within ./test/config directory
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd ${DIR}
docker-compose -f docker-compose.yml down