fix typo: mbz is the correct string

This commit is contained in:
Volker
2025-12-27 17:09:31 +01:00
parent c97d22e0f0
commit 6efa6617d3
11 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ This is a local container running with data stored in ./local/testdata
-p 8080:8080 -e LOG_LEVEL=debug --rm --name mbz-rss\
-v ./local/testdata/:/var/mbz-rss-feeder \
--env-file ./local/testdata/.env \
docker.io/library/mzb-rss-feeder:latest`
docker.io/library/mbz-rss-feeder:latest`
After startup the server can be accessed through http://docker-host:8080.