Hilfe ich bekomme bei der Installation Ds Containers von Zoraxy immer die Fehlermeldung wegen port 80 und 443. Auch wenn ich diese auf z.Bsp 3080 und 3443 ändere schlägt die Installation fehl.
docker run
-d
--name='Zoraxy'
--net='bridge'
--pids-limit 2048
-e TZ="Europe/Berlin"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="ananas.cloud"
-e HOST_CONTAINERNAME="Zoraxy"
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:8000]/'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/PlazzmiK/unraid_templates/main/images/zoraxy.png'
-p '3080:3080/tcp'
-p '3080:3080/udp'
-p '3443:3443/udp'
-p '3443:3443/udp'
-p '8000:8000/tcp'
-v '/mnt/user/appdata/zoraxy':'/opt/zoraxy/config':'rw' 'zoraxydocker/zoraxy'
a9a55d52bfc0393022c0d91bad2112aa6c580d548a103b0aaa3985a0bfe2551b
docker: Error response from daemon: driver failed programming external connectivity on endpoint Zoraxy (922bdbd3cdfe5e920215e01aa586ee20d884fa15b13c9ef7c9ec0b38bd3cfa11): failed to bind port 0.0.0.0:3443/udp: Error starting userland proxy: listen udp4 0.0.0.0:3443: bind: address already in use.
The command failed.