- Minor
Hi,
as the title suggest, I noticed a bug that, when starting a docker app after reboot or array restart, they won't use the mac-address predefined in "Extra Parameters".
Doesn't matter if using "--mac-address=02:42:xx:xx:xx" or "--mac-address 02:42:xx:xx:xx"
This is true for both linuxserver/emby and linuxserver/plex and both are connected directly to the network, with their own predefined IP and under a different VLAN than what the server is in.
Weirdly enough a third docker app (jonarin/glftpd), with the same setup (also connected directly and to the same VLAN), is not showing this symptom.
Haven't noticed this on any earlier release. I'm assuming it's related to the current beta.
Steps to reproduce:
- Stop and restart the array and/or reboot the server
- start the dockers
- they will start up perfectly fine and use the assigned IP but with a different MAC
Workaround to fix:
- with the array and docker running, modify anything in the template or force-update the docker app
Does anyone have an idea how to fix this?