Update docker-compose.yml

Disable by default =0 enable =1
This commit is contained in:
M0VUB 2023-08-06 22:31:34 +01:00 committed by GitHub
parent 34e1d3827b
commit 4cad03f2f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ services:
image: 'shaymez/hblink3:latest'
restart: "unless-stopped"
environment:
- 'PARROT_ENABLE=1'
- 'PARROT_ENABLE=0'