diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-09-10 13:23:50 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-09-10 15:50:29 +0200 |
| commit | fe4cf5f4ecb99b6313b9c3c69557d228e2a34796 (patch) | |
| tree | 11227a2bd7ba4f38971ae7359aeaa4a8da63e0f8 /docker-compose.yml | |
| parent | 8cd5ea777450dae6a86bde23dce1579016783749 (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.
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 2 |
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} |
