You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker doesn't starts. It says: Error response from daemon: Container e785543547012bbdfb1b749fe9f54b429a5ee4f2de08d3640204bb8511108ee3 is restarting, wait until the container is running
Expected Behavior
Until a few days ago it worked correctly. I had the las "4.x" version installed and it stopped to work. Then I changed to latest version but the same
Steps To Reproduce
docker compose pull
docker compose up -d --remove-orphans
It says: Error response from daemon: Container e785543547012bbdfb1b749fe9f54b429a5ee4f2de08d3640204bb8511108ee3 is restarting, wait until the container is running
My docker compose:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=Europe/Madrid
- WEBUI_PORT=8080
volumes:
- /srv/docker/arr/qbittorrent:/config
- /srv/data/torrents:/data/torrents
network_mode: "container:gluetun"#change gluetun to your VPN container name # ports: #you wont need the ports in this configuration file, you will need to include them in the Gluetun container# - 6881:6881 #qBittorrent listening port TCP# - 6881:6881/udp #qBittorrent listening port UDP# - 8080:8080 #qBittorrent WebUI
restart: unless-stopped
Container logs
It doesn't gives any outupout
The text was updated successfully, but these errors were encountered:
For the op:
Remove all the unnecessary env vars and labels and start from scratch.
Delete any existing containers and local images
Remove it from the gluetun network
Make sure you don't have snap docker installed
Then if you're still having issues, post all those things we ask for again with the new container
Is there an existing issue for this?
Current Behavior
Docker doesn't starts. It says:
Error response from daemon: Container e785543547012bbdfb1b749fe9f54b429a5ee4f2de08d3640204bb8511108ee3 is restarting, wait until the container is running
Expected Behavior
Until a few days ago it worked correctly. I had the las "4.x" version installed and it stopped to work. Then I changed to latest version but the same
Steps To Reproduce
Error response from daemon: Container e785543547012bbdfb1b749fe9f54b429a5ee4f2de08d3640204bb8511108ee3 is restarting, wait until the container is running
Environment
CPU architecture
x86-64
Docker creation
Container logs
It doesn't gives any outupout
The text was updated successfully, but these errors were encountered: