``` services: elasticsearch: "7" ``` This tries to pull the 7 Docker image, which doesn't exist. You'll need to specify "7.17" exactly right now.
This tries to pull the 7 Docker image, which doesn't exist. You'll need to specify "7.17" exactly right now.