From: SleeplessOne1917 Date: Sun, 14 May 2023 18:02:05 +0000 (+0000) Subject: Fix typo that caused error (#2861) X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=e856eda74d27d8daf175698dfff980ba0a7fa008;p=lemmy.git Fix typo that caused error (#2861) --- diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index b542c44e..13a28e0e 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -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