Merge pull request #97 from ranguli/patch-1

Fix plugins not installing via docker-compose
This commit is contained in:
Walter A. Boring IV 2022-11-01 13:47:59 -04:00 committed by GitHub
commit eb4b67d9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ services:
restart: unless-stopped
environment:
- TZ=America/New_York
- APRS_PLUGINS=aprsd-slack-plugin>=1.0.2
- APRSD_PLUGINS=aprsd-slack-plugin>=1.0.2
- LOG_LEVEL=ERROR