From db2f70c5bbb7666e297cda2240b986b02d5acdf2 Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Mon, 4 Nov 2024 13:20:57 +0100
Subject: [PATCH] Update docs

---
 fibonaccifit/README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/fibonaccifit/README.md b/fibonaccifit/README.md
index 2f6fc5f..a81590a 100644
--- a/fibonaccifit/README.md
+++ b/fibonaccifit/README.md
@@ -1,9 +1,14 @@
 # Setup
 
-The Docker image needs to be built with the following command:
+For local development, the Docker image can be built with the following command:
 
     docker build --no-cache -t fibonaccifit -f Dockerfile .
     
 Each time the `Project.toml` is changed due to modified dependencies,
 the `fibonaccifit` Docker image needs to be rebuilt using the command
 above.
+
+To use the local image, change the `docker-compose.yml` to point to
+`fibonaccifit` (or whatever tag was used for the image) instead of the one in
+the [km3mon Container
+Registry](https://git.km3net.de/km3py/km3mon/container_registry).
-- 
GitLab