mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 03:11:08 +00:00
Fix typo that caused error (#2861)
This commit is contained in:
parent
69f179bd33
commit
e856eda74d
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "4317:4317"
|
- "4317:4317"
|
||||||
volumes:
|
volumes:
|
||||||
- ./otel.yaml:/otel-local-config.yaml:Z
|
- ./otel.yml:/otel-local-config.yaml:Z
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- jaeger
|
- jaeger
|
||||||
|
|
Loading…
Reference in a new issue