Skip to content

Commit

Permalink
fix docker readme compose links (openzipkin#3469)
Browse files Browse the repository at this point in the history
Co-authored-by: Anisoara-Ionela Plesca <[email protected]>
  • Loading branch information
ikaila and anplesca-endava authored Aug 19, 2022
1 parent bb0a133 commit b0662ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ When in Docker, the following environment variables also apply
environment variable is typically set by linking a container running
`zipkin-kafka` as "kafka" when you start the container.

For example, to increase heap size, set `JAVA_OPTS` as shown in our [docker-compose](docker-compose.yml) file:
For example, to increase heap size, set `JAVA_OPTS` as shown in our [docker-compose](examples/docker-compose.yml) file:
```yaml
environment:
- JAVA_OPTS=-Xms128m -Xmx128m -XX:+ExitOnOutOfMemoryError
```
For example, to add debug logging, set `command` as shown in our [docker-compose](docker-compose.yml) file:
For example, to add debug logging, set `command` as shown in our [docker-compose](examples/docker-compose.yml) file:
```yaml
command: --logging.level.zipkin2=DEBUG
```
Expand Down

0 comments on commit b0662ba

Please sign in to comment.