I'm trying to do the following in my docker-compose.yml
But 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.