I am trying to do the following in my docker-compose.yml
But did I hit this warning? WARNING: The HOSTNAME variable is not set. Defaulting to a blank string
environment: KAFKA_ADVERTISED_HOST_NAME: ${HOSTNAME}
The HOSTNAME environment variable is obviously set on the host.
docker docker-compose
Darvar
source share