Ubuntu – can't push to local docker registry via ssh tunnel
I've rented a server on which I'd like to host my own Docker container registry. The server uses Ubuntu 24.04, docker and docker compose are installed. Now, I've created this docker-compose.yml to run a registry on the server: version: '3'…