summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-09-10 13:23:50 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-09-10 15:50:29 +0200
commitfe4cf5f4ecb99b6313b9c3c69557d228e2a34796 (patch)
tree11227a2bd7ba4f38971ae7359aeaa4a8da63e0f8
parent8cd5ea777450dae6a86bde23dce1579016783749 (diff)
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.
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
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}