-
**What do you want to do?**
- [x] Request a change to existing documentation
- [ ] Add new documentation
- [ ] Report a technical problem with the documentation
- [ ] Other
**Tell us about …
-
## Version
What release version was the issue found in?
3.1.0
## Hardware configuration
List Hardware components used.
All
## Describe the bug
Docker Compose files use different me…
-
I installed jellyfin using docker compose and added yt dlp and id3v2, but it does not let me select any library
![image](https://github.com/user-attachments/assets/cf6127c0-93dc-45c9-ade4-bd3883b29…
-
### Error Message and Logs
When using the provided Docker Compose configuration with a GitHub private repository, not all services load as expected. The same configuration works fine when executed in…
-
I want to install Puter on my [umbrel home server](https://umbrel.com/umbrel-home) using docker-compose. All configurations were carried out as described in the docs. Umbrel can be reached via the add…
-
We are hosting inventree as a docker container. I was able to add the inventree-supplier-sync plugin via the docker-compose.yml file. It shows up in the plugin list in inventree.
How do I check whe…
-
It is now recommended to use docker compose v2 syntax, notably the command `docker-compose` becomes `docker compose`. I am not a docker expert though so I am not sure whether further changes are requi…
-
### Is this a docs issue?
- [X] My issue is about the documentation content or website
### Type of issue
Other
### Description
I am new to Docker and following the Docker Workshop section in the …
-
how to find usb zigbee stick
create file: find_usb.sh
for sysdevpath in $(find /sys/bus/usb/devices/usb*/ -name dev); do
(
syspath="${sysdevpath%/dev}"
devname="$(udevadm info -q…
-
docker-compose now supports health checks (since version 1.10.0), and delaying start-up of containers until their dependencies are up and healthy. See https://docs.docker.com/compose/startup-order/ fo…