Skip to content

Commit

Permalink
Remove volume from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
codedmart committed Dec 4, 2024
1 parent 5a269a5 commit 2e2ecce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nix/docker-connector.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ let
"OTEL_SERVICE_NAME=mongodb-connector"
"OTEL_EXPORTER_OTLP_ENDPOINT=${default-otlp-endpoint}"
];
Volumes = {
"${config-directory}" = { };
};
} // extraConfig;
};
in
Expand Down

0 comments on commit 2e2ecce

Please sign in to comment.