How to set hostname with podman-compose? #1322
Unanswered
jguthrie100
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I have a podman-compose file starting:
and then run podman-compose up -d then the hostname gets set as the container id (as verified with
podman inspect tau-platform | grep -i hostname
andpodman exec -it tau-platform hostname
How can I overcome this?
Beta Was this translation helpful? Give feedback.
All reactions