summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}