Passing hostname to docker container won’t work
environment:
- "HOST_HOSTNAME=$HOSTNAME"
Do this instead
environment:
- "HOST_HOSTNAME={{ .Node.Hostname }}"
It will fetch the hostname from docker placeholder
Passing hostname to docker container won’t work
environment:
- "HOST_HOSTNAME=$HOSTNAME"
Do this instead
environment:
- "HOST_HOSTNAME={{ .Node.Hostname }}"
It will fetch the hostname from docker placeholder
For further actions, you may consider blocking this person and/or reporting abuse
Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.
Top comments (0)