I made the below TZ adds and the time zone is correct in the log.
version: "3.8"
services:
app:
image: algertc/alpr-dashboard:latest
restart: unless-stopped
ports:
- "3000:3000" # Change the first port to the port you want to expose
environment:
-...