fix storage
This commit is contained in:
@@ -47,8 +47,8 @@ services:
|
|||||||
- "traefik.docker.network=webproxy"
|
- "traefik.docker.network=webproxy"
|
||||||
command: -config.file=/etc/loki/local-config.yaml
|
command: -config.file=/etc/loki/local-config.yaml
|
||||||
volumes:
|
volumes:
|
||||||
|
- loki_storage:/loki
|
||||||
- ./data/local-config.yaml:/etc/loki/local-config.yaml
|
- ./data/local-config.yaml:/etc/loki/local-config.yaml
|
||||||
- ./data/loki/loki:/loki
|
|
||||||
- ./data/user.file:/mnt/user.file
|
- ./data/user.file:/mnt/user.file
|
||||||
expose:
|
expose:
|
||||||
- 3100
|
- 3100
|
||||||
@@ -61,3 +61,6 @@ networks:
|
|||||||
name: loki
|
name: loki
|
||||||
webproxy:
|
webproxy:
|
||||||
name: webproxy
|
name: webproxy
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
loki_storage:
|
||||||
|
Reference in New Issue
Block a user