Skip to content

Commit

Permalink
add jaeger volume
Browse files Browse the repository at this point in the history
  • Loading branch information
coosir committed Jan 29, 2022
1 parent 036a61a commit 60ce938
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ services:
container_name: jaeger
environment:
- TZ=${TZ}
volumes:
- ./jaeger/data:/tmp
ports:
- "${JAEGER_PORT}:16686"
- "${JAEGER_THRIFT_PORT}:14268"
Expand Down
2 changes: 2 additions & 0 deletions jaeger/data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit 60ce938

Please sign in to comment.