1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-25 09:28:38 -05:00

Fix typo in docker-compose.yml

This commit is contained in:
ranguli 2022-10-28 10:35:39 -02:30 committed by Hemna
parent d8e514f819
commit 7efe0a654a

View File

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