jansonjc opened a new issue #11875:
URL: https://github.com/apache/druid/issues/11875


   ### Affected Version
   
   `0.22.0`
   
   ### Description
   
   Druid's [docker compose 
](https://github.com/apache/druid/blob/master/distribution/docker/docker-compose.yml)
 fails with the below error when using [Docker Compose 
V2](https://docs.docker.com/compose/cli-command/).
   
   `unexpected character "\"" in variable name near "\"druid-datasketches\"`
   
   There are two potential solutions.
   
   1. Change the environment file by replacing all double quotes with single 
quotes and by wrapping these environment variables with a double quote 
([example](https://github.com/jansonjc/druid/blob/master/distribution/docker/environment)
 - works with V2 as well as V1.x)
   2. Disable Docker Compose V2 in Docker Preferences > General > Uncheck "Use 
Docker Compose V2" or by running the command `docker-compose disable-v2`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to