Update docker-compose.yml

Map ports for masters outside the container!
This commit is contained in:
M0VUB 2023-08-07 00:57:43 +01:00 committed by GitHub
parent 7b9fd4bab1
commit ab94a12e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -8,11 +8,13 @@ services:
- '/etc/hblink3/rules.py:/opt/hblink3/rules.py'
- '/etc/hblink3/json/:/opt/hblink3/json/'
ports:
# Master Ports (99 Masters)
- '54000-54099:5400-54099/udp'
# MMDVM & OBP Ports
- '62030-62050:62030-62050/udp'
# TCP Port for HBmonitor
- '4321:4321/tcp'
image: 'shaymez/hblink3:latest'
restart: "unless-stopped"
environment:
- 'PARROT_ENABLE=0'
- 'PARROT_ENABLE=1'