mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 02:56:31 +00:00
Use addon slug as hostname instead docker name (#132)
This commit is contained in:
parent
8afde1e881
commit
f5b166a7f0
@ -107,7 +107,7 @@ class DockerAddon(DockerBase):
|
||||
self.dock.containers.run(
|
||||
self.image,
|
||||
name=self.name,
|
||||
hostname=self.name,
|
||||
hostname=self.addon.slug,
|
||||
detach=True,
|
||||
network_mode=self.addon.network_mode,
|
||||
ports=self.addon.ports,
|
||||
|
Loading…
x
Reference in New Issue
Block a user