mtg
Deploy ru-vps / deploy (push) Failing after 24s

This commit is contained in:
Dmitry
2026-06-08 22:27:13 +03:00
parent 0e96d60ece
commit 41404085f5
6 changed files with 12 additions and 61 deletions
+7 -7
View File
@@ -11,14 +11,14 @@ services:
- NET_ADMIN
# - SYS_ADMIN # 👈 Добавить для TUN
mtproto:
image: arm64builds/mtproxy:latest
container_name: mtproto
mtg:
image: nineseconds/mtg:2
container_name: mtg
restart: unless-stopped
network_mode: host
environment:
- SECRET=${MT_SECRET}
- DOMAIN=git.ada-dev.ru
- HOST_PORT=993
ports:
- "8443:8443"
volumes:
- ./mtg-config.toml:/config.toml:ro
cap_add:
- NET_ADMIN