There was an error while loading. Please reload this page.
1 parent 9b8970d commit a382730Copy full SHA for a382730
1 file changed
oci/loki/documentation.yaml
@@ -17,15 +17,15 @@ docker:
17
-v /path/to/config/file:/etc/loki/local-config.yaml
18
-v lokidata:/loki
19
run_conclusion: |
20
- Access the Loki instance at http://localhost:<port-value-defined-as-parameter-e.g.-3100>.
+ Access the Loki instance at http://localhost:3100.
21
legacy:
22
parameters: >-
23
-e TZ=UTC
24
-p 3100:3100
25
-v /path/to/config/file:/etc/loki/loki.yaml
26
27
28
- Access the legacy Loki instance at http://localhost:<port-value-defined-as-parameter-e.g.-3100>.
+ Access the legacy Loki instance at http://localhost:3100.
29
30
Legacy tags up to 2.4 are Dockerfile-based images. To open an
31
interactive shell in one of these containers, use:
0 commit comments