dfsa
This commit is contained in:
parent
4ea3373d5c
commit
a4079b531f
1 changed files with 8 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ services:
|
|||
volumes:
|
||||
- loki_config:/etc/loki
|
||||
- loki_data:/loki
|
||||
- loki_wal:/wal
|
||||
networks:
|
||||
- netgrimoire
|
||||
deploy:
|
||||
|
|
@ -106,6 +107,13 @@ volumes:
|
|||
o: bind
|
||||
device: /DockerVol/Loki/data
|
||||
|
||||
loki_wal
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: /DockerVol/Loki/wal
|
||||
|
||||
promtail_config:
|
||||
driver: local
|
||||
driver_opts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue