mirror of https://github.com/LemmyNet/lemmy.git
Fix typo that caused error (#2861)
parent
69f179bd33
commit
e856eda74d
|
@ -136,7 +136,7 @@ services:
|
|||
ports:
|
||||
- "4317:4317"
|
||||
volumes:
|
||||
- ./otel.yaml:/otel-local-config.yaml:Z
|
||||
- ./otel.yml:/otel-local-config.yaml:Z
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- jaeger
|
||||
|
|
Loading…
Reference in New Issue