fix compose file

This commit is contained in:
santic-zombie
2026-02-23 14:21:19 +03:00
parent 74d595e003
commit 16e559826e
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
# ETQW dedicated server
Run:
```sh
docker-compose up -d
```

View File

@@ -8,7 +8,7 @@ services:
volumes:
- ./config/server.cfg:/root/.etqw/base/server.cfg
# Переопределяем запуск, чтобы сервер подхватил конфиг
command: +exec server.cfg
command: +set dedicated 1 +exec server.cfg
stdin_open: true # Аналог -i (для работы консоли)
tty: true # Аналог -t