From 780f65a03f25db2199490e6548e36f3e66358d21 Mon Sep 17 00:00:00 2001 From: TatLead Date: Wed, 13 Mar 2024 09:16:22 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 17a8af1..7bd965f 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,6 @@ This project is licensed under the MIT License. --- -# OpenGSQ Master Server - -This project provides a self-hosted master server solution for your game servers. - ## Development Setup Follow these steps to set up your development environment: @@ -116,7 +112,7 @@ You can use Docker Compose to self-host the application. Here's how: schedule: image: opengsq/opengsq-master-server:latest - command: python -u main.py + command: python main.py container_name: opengsq-master-server-schedule env_file: - .env