mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-27 23:46:31 +01:00
Doc typos
This commit is contained in:
@@ -81,7 +81,7 @@ See how to create [Linux service](linux-service.md) to start Diun automatically.
|
||||
### 2. Running from terminal
|
||||
|
||||
```shell
|
||||
DIUN_DB_PATH=/var/lib/diun/diun.db /usr/local/bin/diun --config /etc/diun/diun.yml
|
||||
DIUN_DB_PATH=/var/lib/diun/diun.db /usr/local/bin/diun serve --config /etc/diun/diun.yml
|
||||
```
|
||||
|
||||
## Updating to a new version
|
||||
|
||||
@@ -19,7 +19,7 @@ RestartSec=2s
|
||||
Type=simple
|
||||
User=diun
|
||||
Group=diun
|
||||
ExecStart=/usr/local/bin/diun --config /etc/diun/diun.yml --log-level info
|
||||
ExecStart=/usr/local/bin/diun serve --config /etc/diun/diun.yml --log-level info
|
||||
Restart=always
|
||||
#Environment=TZ=Europe/Paris
|
||||
Environment=DIUN_DB_PATH=/var/lib/diun/diun.db
|
||||
|
||||
@@ -61,7 +61,7 @@ With this Dockerfile the following images will be analyzed:
|
||||
Now let's start Diun:
|
||||
|
||||
```
|
||||
$ diun --config /etc/diun/diun.yml
|
||||
$ diun serve --config /etc/diun/diun.yml
|
||||
Thu, 29 Apr 2021 14:41:55 CEST INF Starting Diun version=4.16.0
|
||||
Thu, 29 Apr 2021 14:41:55 CEST INF Configuration loaded from file: /etc/diun/diun.yml
|
||||
Thu, 29 Apr 2021 14:41:55 CEST WRN No notifier available
|
||||
|
||||
@@ -112,7 +112,7 @@ Here we want to analyze all tags of `crazymax/cloudflared` and `docker.bintray.i
|
||||
Now let's start Diun:
|
||||
|
||||
```
|
||||
$ diun --config diun.yml
|
||||
$ diun serve --config diun.yml
|
||||
Sat, 14 Dec 2019 15:32:23 UTC INF Starting Diun 2.0.0
|
||||
Sat, 14 Dec 2019 15:32:23 UTC INF Found 2 image(s) to analyze... provider=file
|
||||
Sat, 14 Dec 2019 15:32:25 UTC INF New image found id=crazymax/cloudflared image=docker.io/crazymax/cloudflared:latest provider=file
|
||||
|
||||
Reference in New Issue
Block a user