diff --git a/plugins/outputs/cratedb/docker-compose.yaml b/plugins/outputs/cratedb/docker-compose.yaml deleted file mode 100644 index 610372be70e84..0000000000000 --- a/plugins/outputs/cratedb/docker-compose.yaml +++ /dev/null @@ -1,7 +0,0 @@ -version: "3" -services: - cratedb: - image: crate - command: crate -Cnetwork.host=0.0.0.0 -Ctransport.host=localhost -Clicense.enterprise=false - ports: - - "6543:5432"