Gianluca Zecchi
Gianluca Zecchi
Hi @robflate, the listed images are all built upon the same base image: - [handbrake](https://github.com/jlesage/docker-handbrake/blob/df6ff69964958663f451f9a01cef0af7b85baca9/Dockerfile#L8) - [makemkv](https://github.com/jlesage/docker-makemkv/blob/3d4ead70a2186547925ab6b5423d7a2a9aa7134e/Dockerfile#L13) - [jdownloader](https://github.com/jlesage/docker-jdownloader-2/blob/bbf2a051c93c4f430892ed1e016ad7b6c538abba/Dockerfile#L22) - [mkvtoolnix](https://github.com/jlesage/docker-mkvtoolnix/blob/79d67e2c9c38177884f2105ec5381d926658db6c/Dockerfile#L8) - [qdirstat](https://github.com/jlesage/docker-qdirstat/blob/0723b4d9289ada50d90d83c69e2e9456bb896a53/Dockerfile#L8) This behavior is due to the rootfs/etc/cont-init.d/10-vnc-password.sh...
Hi @robflate, jleasege images have no VNC password set if you use Docker Secrets, you can still use the .env file as workaround. I will try to raise a pull...
> I'm running Nvidia though. Nvidia driver installed on host, nvidia docker installed and able to run nvidia-smi docker and see the card so everything seems to work. I have...
Hello @rondobohrens , have you tried a different port (e.g. 2222)? My guess is that Synology has the SSH daemon listening on port 22 so Traefik cannot use the same...
Hi @Akruidenberg, you just have to change from accessControlAllowOrigin to accessControlAllowOriginList in your TOML or YAML file as per [Traefik 2 Documentation](https://docs.traefik.io/middlewares/headers/#cors-headers). Even if you have only one entry (domain)...
Hi @shark2380, unfortunately the only way is to build all the images with MultiArch support starting from GitHub code. Which .yml file are you using? Have you tried this one:...