Begin add loki in container
This commit is contained in:
parent
488c240089
commit
64c5be9359
3 changed files with 23 additions and 0 deletions
12
README.md
12
README.md
|
@ -12,4 +12,16 @@ ansible-playbook playbook.yml --ask-become-pass
|
|||
|
||||
```bash
|
||||
cd $(docker volume inspect [NAME] | jq -r '.[0].Mountpoint')
|
||||
```
|
||||
|
||||
# LOGGING
|
||||
|
||||
```yml
|
||||
logging:
|
||||
driver: loki
|
||||
options:
|
||||
loki-url: "https://[username]:[password]@[url]/loki/api/v1/push"
|
||||
|
||||
logging:
|
||||
driver: none
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue