File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- v0.9.1
1+ v0.9.2
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ vi ./config/ast_defaults.yaml
5555vi ./config/bigip_receivers.yaml
5656# Run the configuration generator
5757docker run --rm -it -w /app -v ${PWD} :/app --entrypoint /app/src/bin/init_entrypoint.sh python:3.12.6-slim-bookworm --generate-config
58- # Start the tool
58+ # Start the tool (use `docker compose up -d` to start in background mode)
5959docker compose up
6060```
6161
@@ -350,7 +350,8 @@ cp .env-example .env
350350# ## Run Application Study Tool
351351Once the above configurations have been made, the tool can be started with :
352352
353- ` ` `
353+ ` ` ` shell
354+ # ` docker compose up -d` to start in background mode
354355docker compose up
355356```
356357
@@ -370,11 +371,12 @@ special instructions / breaking changes.
370371git stash
371372git fetch --tags
372373git pull origin main
373- git checkout tags/RELEASE_VERSION #(e.g. tags/v0.9.1 )
374+ git checkout tags/RELEASE_VERSION # (e.g. tags/v0.9.2 )
374375git stash pop
375376# <merge any conflicts with your local changes>
376377# <re-run config scripts>
377378docker compose down
379+ # `docker compose up -d` to start in background mode
378380docker compose up
379381```
380382
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
2727 - 7lc_network
2828
2929 otel-collector :
30- image : ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.1
30+ image : ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.2
3131 restart : unless-stopped
3232 volumes :
3333 - ./services/otel_collector:/etc/otel-collector-config
You can’t perform that action at this time.
0 commit comments