January 11Jan 11 Hello,I unfortunately cannot start (some) containers anymore. When I go to the docker tab, click on the container image -> start, I just get "Execution error \n Error code 403" (btw: pretty useless. Please add more information here!).When editing the config, I at least get some more information. I noticed when trying to install the "vorta" community application.This is what I get:$ docker run -d --name='vorta' --net='bridge' --pids-limit 2048 -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="..." -e HOST_CONTAINERNAME="vorta" -e 'VNC_PASSWORD'='...' -e 'APP_NAME'='Vorta' -e 'TZ'='...' -e 'SECURE_CONNECTION'='...' -e 'USER_ID'='...' -e 'GROUP_ID'='...' -e 'UMASK'='...' -e 'DISPLAY_WIDTH'='1280' -e 'DISPLAY_HEIGHT'='768' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:5800]' -l net.unraid.docker.icon='' -p '5811:5800/tcp' -v '/mnt/user/':'/unraid/data':'ro' -v '/mnt/user/':'/restore/':'rw' -v '/mnt/user/appdata/vorta':'/config':'rw' --hostname=unraid-vorta 'ghcr.io/borgbase/vorta-docker' a5c72fab104a1c0bbb9271407d286916f79c88a4a1c786d392eb8dd215fbcfd6 docker: Error response from daemon: Address already in use.The port 5811 shows up nowhere on the docker tab. Using sudo netstat -tulpn | grep 5811 in the terminal gives no result. That port is free.Of course I tried using different ports, but it always is the same result. None works.I tried pruning imagaes, old containers, networks, ... - no result.Restarting did not help either.Array and Cache have free memory, docker vdisk too.The same error happens for StirlingPDF, too. I haven't used it for a while, so I can't say since when this happens.Immich (managed by docker compose), pihole and another container interestingly work fine.The system is running Unraid 7.2.3What could be the problem?Thanks in advance for help! Edited January 11Jan 11 by RaidRover Added code box, as ```...``` is not automatically parsed
January 11Jan 11 Author I triad a bit. I can start and stop containers, but only any one of these three can run:I can stop all of them and start any one, but whichever I start, the others won't run.At least pihole and StirlingPDF both run together in the past; I did not change any configuration. And they don't use the same Port.Does somebody have any idea?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.