Skip to content

Commit

Permalink
use absolute paths for volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hensley committed Sep 23, 2024
1 parent 84acbac commit afb0b5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions run-lgtm.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ podman run ^
-p 4318:4318 ^
--rm ^
-ti ^
-v ./container/grafana:/data/grafana ^
-v ./container/prometheus:/data/prometheus ^
-v ./container/loki:/loki ^
-v %cd%/container/grafana:/data/grafana ^
-v %cd%/container/prometheus:/data/prometheus ^
-v %cd%/container/loki:/loki ^
-e GF_PATHS_DATA=/data/grafana ^
docker.io/grafana/otel-lgtm:%release_tag%
goto:EOF
Expand All @@ -46,9 +46,9 @@ docker run ^
-p 4318:4318 ^
--rm ^
-ti ^
-v ./container/grafana:/data/grafana ^
-v ./container/prometheus:/data/prometheus ^
-v ./container/loki:/loki ^
-v %cd%/container/grafana:/data/grafana ^
-v %cd%/container/prometheus:/data/prometheus ^
-v %cd%/container/loki:/loki ^
-e GF_PATHS_DATA=/data/grafana ^
docker.io/grafana/otel-lgtm:%release_tag%
goto:EOF

0 comments on commit afb0b5d

Please sign in to comment.