fix: add mangos ports to firewall

This commit is contained in:
Rasmus Wejlgaard 2026-04-11 20:40:46 +01:00
parent 1ab278e47a
commit a77911a2d6

View file

@ -17,3 +17,7 @@ docker_services:
# MaNGOS database backend — managed by apt, not Ansible # MaNGOS database backend — managed by apt, not Ansible
system_packages_services: system_packages_services:
- mariadb - mariadb
common_ufw_allowed_ports:
- {port: 3724, proto: tcp, comment: "MaNGOS Realmd"}
- {port: 8085, proto: tcp, comment: "MaNGOS World Server"}