From 1fb94a34d21f7f235fe86c5f951e52c6d8d525e9 Mon Sep 17 00:00:00 2001 From: Cfp Date: Sun, 22 Jun 2025 15:08:20 +0200 Subject: [PATCH] docs: add prebuilt image to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e42f4c4..9ba9842 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ You can run this yourself to host your own instance, or contribute to the offici ```bash docker build -t trafficcue-server . ``` + or pull the prebuilt image (recommended): + ```bash + docker pull git.picoscratch.de/trafficcue/trafficcue-server:latest + ``` 2. Run the Docker container with the required environment variables: ```bash docker run -d \