Update docker-compose.yml.j2

This commit is contained in:
Skillet 2023-12-12 15:36:11 -05:00 committed by GitHub
parent 17f3b414d6
commit bda25b4580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ services:
- GAMEPORT={{ server.ports.game }} - GAMEPORT={{ server.ports.game }}
- QUERYPORT={{ server.ports.query }} - QUERYPORT={{ server.ports.query }}
- RCONPORT={{ server.ports.rcon }} - RCONPORT={{ server.ports.rcon }}
- BEACONPORT={{ server.ports.beacon }}
- FIXEDMAXPLAYERS={{ server.max_players | default(100) }} - FIXEDMAXPLAYERS={{ server.max_players | default(100) }}
- RCON_PASSWORD={{ server.secrets.rcon_password }} - RCON_PASSWORD={{ server.secrets.rcon_password }}
ports: ports: