Skip to content

Commit

Permalink
Merge pull request #333 from target/docker-compose-strelkaui-image
Browse files Browse the repository at this point in the history
Use Strelka UI Docker Image in docker-compose.yml
  • Loading branch information
phutelmyer authored Feb 22, 2023
2 parents 639386d + 1c7f719 commit 4193ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
- 14268:14268 # HTTP collector accept jaeger.thrift

ui:
build: https://github.com/target/strelka-ui.git#main
image: ghcr.io/target/strelka-ui/strelka-ui:20230221
container_name: strelka_ui_1
environment:
- DATABASE_HOST=strelka_postgresdb_1
Expand Down

0 comments on commit 4193ad4

Please sign in to comment.