panel icon indicating copy to clipboard operation
panel copied to clipboard

Bridge name

Open ItJustFox opened this issue 1 year ago • 6 comments

Is there an existing feature request for this?

  • [X] I have searched the existing issues before opening this feature request.

Describe the feature you would like to see.

Being able to change on basic docker (Not docker compose) or even directly wings, the name of the bridge name directly by an variable on docker, or inside of the config at docker: network: [...]

Describe the solution you'd like.

Adding in config file or variable for docker a way to change the bridge name for docker like bridge_name: pterodactyl0 and be able to change it

Additional context to this request.

I aleadry have a few docker on my unRAID and other server, but if I want to change their bridge name aka "pterodactyl0" I just cannot, it would be great to have another way to change it.

FATAL: [Apr 21 22:51:18.476] failed to configure docker environment error=Error response from daemon: cannot create network 442c988f30e2d3ffc91a1522f3cab949f064fbef63845d9dd9d15579b8161387 (pterodactyl0): conflicts with network 6ba89b113e7898ab460844d8dbeac9a06231acdaeef7de29ea2cca7f93da8212 (pterodactyl0): networks have same bridge name

Stacktrace:
Error response from daemon: cannot create network 442c988f30e2d3ffc91a1522f3cab949f064fbef63845d9dd9d15579b8161387 (pterodactyl0): conflicts with network 6ba89b113e7898ab460844d8dbeac9a06231acdaeef7de29ea2cca7f93da8212 (pterodactyl0): networks have same bridge name

ItJustFox avatar Apr 22 '23 00:04 ItJustFox

You mean like we have documented here - https://pterodactyl.io/wings/1.0/configuration.html#custom-network-interfaces

parkervcp avatar Apr 22 '23 00:04 parkervcp

You mean like we have documented here - https://pterodactyl.io/wings/1.0/configuration.html#custom-network-interfaces

In the config, we aleadry changed the "name: host" it still try to create it by using "pterodactyl0" wich lead to error, because it's aleadry used by the first docker wings

ItJustFox avatar Apr 22 '23 00:04 ItJustFox

What I mean being able to be changed is that little variable from here image

ItJustFox avatar Apr 22 '23 00:04 ItJustFox

You would change it to something like this in the config. Please note that if you have two wings instances you need separate configs.

docker:
  network:
    name: pterodactyl1

parkervcp avatar Apr 22 '23 15:04 parkervcp

You would change it to something like this in the config. Please note that if you have two wings instances you need separate configs.

docker:
  network:
    name: pterodactyl1

Actually that what we aleadry changed... It keep on using pterodactyl0 has bridge name instead of what we have set on it

ItJustFox avatar May 02 '23 21:05 ItJustFox

That's also a problem for me.

Cyanoure avatar Jan 25 '24 02:01 Cyanoure