diff --git a/README.md b/README.md index 726349c..9f3585a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,5 @@ also some notifications are sent to my local ntfy instance. - clone the repository: `git clone https://git.velvettear.de/velvettear/fritzfix.git` - enter the repository: `cd fritzfix` - create and modify a config file: `cp config.json.example config.json && vim config.json` -- build an image: `docker build --no-cache docker.registry.velvettear.de/fritzfix:latest .` -- push the image: `docker push docker.registry.velvettear.de/fritzfix:latest` -- run it: `docker run --rm -it docker.registry.velvettear.de/fritzfix:latest` \ No newline at end of file +- build an image: `docker build --no-cache -t fritzfix:latest .` +- run it: `docker run --rm -it fritzfix:latest` \ No newline at end of file