update readme
This commit is contained in:
parent
ba64de5dab
commit
3c1005cc58
1 changed files with 2 additions and 3 deletions
|
@ -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`
|
||||
- build an image: `docker build --no-cache -t fritzfix:latest .`
|
||||
- run it: `docker run --rm -it fritzfix:latest`
|
Loading…
Reference in a new issue