mirror of
https://github.com/ShaYmez/hblink3.git
synced 2024-11-16 05:01:52 -05:00
15 lines
472 B
YAML
Executable File
15 lines
472 B
YAML
Executable File
version: '3.3'
|
|
services:
|
|
hblink3:
|
|
container_name: hblink
|
|
volumes:
|
|
- '/etc/hblink3/hblink.cfg:/opt/hblink3/hblink.cfg'
|
|
- '/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'
|
|
- '4321:4321/tcp'
|
|
image: 'shaymez/hblink3:latest'
|
|
restart: "unless-stopped"
|