From fe4cf5f4ecb99b6313b9c3c69557d228e2a34796 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 10 Sep 2021 13:23:50 +0200 Subject: fix(docker): Mount local traces to correct container directory This change fixes an issue where local traces are not correctly detected due to Docker mounting the local traces in the incorrect directory. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b5d8cb98..c9459e5a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -45,7 +45,7 @@ services: volumes: - type: bind source: ./traces - target: /app/traces + target: /opt/opendc/traces environment: - OPENDC_API_URL=${OPENDC_API_BASE_URL} - AUTH0_DOMAIN=${OPENDC_AUTH0_DOMAIN} -- cgit v1.2.3