We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d2bea commit 13f2b1aCopy full SHA for 13f2b1a
cmd/loki/Dockerfile
@@ -26,6 +26,7 @@ COPY --from=filesystem /etc/passwd /etc/passwd
26
COPY --from=filesystem /etc/group /etc/group
27
28
USER 10001
29
+WORKDIR /
30
EXPOSE 3100
31
ENTRYPOINT [ "/usr/bin/loki" ]
32
CMD ["-config.file=/etc/loki/local-config.yaml"]
cmd/loki/Dockerfile.cross
@@ -28,6 +28,7 @@ COPY --from=filesystem /etc/passwd /etc/passwd
33
34
0 commit comments