opiproject / otel

OPI Monitoring and Telemetry via Open Telemetry (OTEL)
Apache License 2.0
9 stars 14 forks source link

docs(readme): update Docker Compose command in installation instructions #82

Closed minhaj-geek closed 1 year ago

minhaj-geek commented 1 year ago

Type: docs (documentation update)

Scope: README.md (pertains to the README file)

Message: update Docker Compose command in installation instructions

glimchb commented 1 year ago

@minhaj-geek thank you for the PR, please sign your commit - see it fails DCO

glimchb commented 1 year ago

see this solution/workaround I used almost everywhere in OPI : https://github.com/opiproject/opi-poc/blob/main/integration/scripts/integration.sh#L14

command -v docker-compose || { shopt -s expand_aliases && alias docker-compose='docker compose'; }