Skip to content

Commit

Permalink
updated query metric version in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara committed May 29, 2024
1 parent b3d1d13 commit 7eaeebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ services:

metrics:
entrypoint: ["java","-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5007","-jar","app.jar"]
image: datawave/query-metric-service:4.0.1-SNAPSHOT
image: datawave/query-metric-service:4.0.2-SNAPSHOT
command:
- --spring.output.ansi.enabled=ALWAYS
- --spring.profiles.active=consul,compose,remoteauth
Expand Down

0 comments on commit 7eaeebd

Please sign in to comment.