Update docker-compose.yml

Open 20 ports by default
This commit is contained in:
M0VUB 2022-12-28 02:28:38 +00:00 committed by GitHub
parent 5695a72078
commit 217a5602a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ services:
- '/var/log/hblink/hblink.log:/opt/hblink3/hblink.log'
- '/etc/hblink3/rules.py:/opt/hblink3/rules.py'
ports:
- '62030:62030/udp'
- '62031-62051:62031-62051/udp'
- '62030-62050:62030-62050/udp'
# TCP Port for HBmonitor
- '4321:4321/tcp'
image: 'shaymez/hblink3:latest'
restart: "unless-stopped"