Skip to content

Commit a382730

Browse files
authored
docs: apply suggestions from code review
Co-authored-by: Alejandro Santisteban <alex.santisteban@canonical.com>
1 parent 9b8970d commit a382730

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

oci/loki/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ docker:
1717
-v /path/to/config/file:/etc/loki/local-config.yaml
1818
-v lokidata:/loki
1919
run_conclusion: |
20-
Access the Loki instance at http://localhost:<port-value-defined-as-parameter-e.g.-3100>.
20+
Access the Loki instance at http://localhost:3100.
2121
legacy:
2222
parameters: >-
2323
-e TZ=UTC
2424
-p 3100:3100
2525
-v /path/to/config/file:/etc/loki/loki.yaml
2626
-v lokidata:/loki
2727
run_conclusion: |
28-
Access the legacy Loki instance at http://localhost:<port-value-defined-as-parameter-e.g.-3100>.
28+
Access the legacy Loki instance at http://localhost:3100.
2929
3030
Legacy tags up to 2.4 are Dockerfile-based images. To open an
3131
interactive shell in one of these containers, use:

0 commit comments

Comments
 (0)