mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-22 20:43:05 +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:
|
||||
- "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 a new issue