Fix Network issue

This commit is contained in:
santic-zombie
2026-02-23 15:03:31 +03:00
parent bcf9015899
commit b9c82ce462
2 changed files with 9 additions and 2 deletions

View File

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