Update docker-compose.yml

Add variable for enabling parrot (if needed)
This commit is contained in:
M0VUB 2023-08-06 22:26:49 +01:00 committed by GitHub
parent 9ba9de80a1
commit 34e1d3827b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,6 @@ services:
- '4321:4321/tcp'
image: 'shaymez/hblink3:latest'
restart: "unless-stopped"
environment:
- 'PARROT_ENABLE=1'