1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-03 21:27:46 +00:00

Don't bind RCON port to host

This commit is contained in:
arths31 2024-07-29 13:27:42 +02:00 committed by Arthur
parent c1224885e3
commit 7a4cc55375

View file

@ -19,7 +19,6 @@ services:
dockerfile: Dockerfile-Server dockerfile: Dockerfile-Server
ports: ports:
- "12321:12321" - "12321:12321"
- "12309:12309"
- "12322:12322" - "12322:12322"
environment: environment:
<<: *havana-variables <<: *havana-variables