You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
Currently, when creating a container from app template, its hostname is automatically being set to the container id from docker (the sha string) instead of the container name. For our use case, where the containers are accessible from an internal network over this hostname, we need to set the parameter manually to achieve the containers being accessible over their container name.
Describe the solution you'd like
Add a template flag which makes Portainer automatically set the container name as hostname.
Describe alternatives you've considered
Adding the possibility to move the hostname field out of "Advanced options", directly below the container name.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe
Currently, when creating a container from app template, its hostname is automatically being set to the container id from docker (the sha string) instead of the container name. For our use case, where the containers are accessible from an internal network over this hostname, we need to set the parameter manually to achieve the containers being accessible over their container name.
Describe the solution you'd like
Add a template flag which makes Portainer automatically set the container name as hostname.
Describe alternatives you've considered
Adding the possibility to move the hostname field out of "Advanced options", directly below the container name.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions