Remove loki storage binding
This commit is contained in:
parent
3b640c0f17
commit
a791f2ed47
@ -66,7 +66,6 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "3100:3100"
|
- "3100:3100"
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_DATA}/loki-logs:/tmp/loki
|
|
||||||
- ${DOCKER_DATA}/loki:/etc/loki
|
- ${DOCKER_DATA}/loki:/etc/loki
|
||||||
- ./loki-config.yml:/etc/loki/loki-config.yml # not sure if this works. If not, just edit the config within the data volume
|
- ./loki-config.yml:/etc/loki/loki-config.yml # not sure if this works. If not, just edit the config within the data volume
|
||||||
restart: "no"
|
restart: "no"
|
||||||
|
Loading…
Reference in New Issue
Block a user