mirror of
https://github.com/ShaYmez/hblink3.git
synced 2024-11-15 20:51:54 -05:00
Create docker-compose.yml
Add docker-compose
This commit is contained in:
parent
f01d88bd63
commit
a691c6e05f
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
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"
|
Loading…
Reference in New Issue
Block a user