Zed's docker extension currently uses https://github.com/rcjsuen/dockerfile-language-server
and Zed's compose extension currently uses https://github.com/microsoft/compose-language-service
It would be nice if Zed also supported the official docker-language-server. Zed only supports language servers through extensions so there is no way to manually add support. Either another extension needs to be added to Zed or the two extensions above need to be updated.