docking-station
docking-station copied to clipboard
Very often the UI keeps hanging on docker pull action, If I look in the container logs, no action is triggered. After refreshing the page and restarting the task, the...
Hi, I am von version 0.3.1. I tried a clean re-install. **compose-yaml** ```yaml services: docking-station: image: loolzzz/docking-station restart: unless-stopped ports: - 3002:3000 volumes: - ./config:/config - ./data:/data - ./logs:/logs -...
Hi, are there any plans to add support for monitoring multiple hosts? Either through Docker API or a agent app that would be deployed on those hosts? Similar to how...
I can't manually update my container, when trying to update it shows he following error, I have all container in a docker-compose file and this file is mapped as described...
I'm using a custom .env file that I use to spin up my docker compose with the --env-file parameter, is it possible to pass this as a variable? At the...
Hi @LooLzzz, I wanted to give a try to this project since it looks really nice but the update doesn't work, can you please let me know what I'm doing...
Hi Not sure it worths to create an issue for that I'm sorry, but as it doesn't seem to be a specific discord or something... docking-station works pretty well, but...
Hey everyone, I was just wondering if docking-station supports Docker Swarm since it doesn't seem to be listening on the correct network device. The logs show it listening on the...
Would it be possible to add some type of notification scheme (shoutrr perhaps [NTFY](https://github.com/binwiederhier/ntfy) to get notified when updates are available? also, If you could create discussions section so that...
It will be awesome if we can add external docker server thru docker API (ports 2375 or 2376) like [Portainer](https://docs.portainer.io/admin/environments/add/docker/api) or [Dozzle](https://dozzle.dev/guide/remote-hosts)