Well, you don’t really have to understand, that was my whole point - different people like different things.
For me it’s mostly the pacing and the horrible acting in old movies.
Well, you don’t really have to understand, that was my whole point - different people like different things.
For me it’s mostly the pacing and the horrible acting in old movies.
Well, I read around 20 books last year and neither was older than 50 years old. I’ve also seen a few movies and neither was older than 34 years old.
If I was watching a movie made in 1934, I’d be bored as hell. My point kinda is: don’t assume people have the same preferences you do.
As others have said, you have bound your host port 8080 to container port 9090 and then you use caddy to reverse proxy to container port 8080, which doesn’t exist.
As for DNS, it’s just a translation system - you send a domain, it returns its IP (for A or AAAA), everything else is done on server. So your current setup works.
Yes, you can deactivate the port, if you’re not gonna use it on the host, you don’t need it. Since you’re connecting via the internal network, you’re not using the bound ports.
As a side note, use some firewall and disable everything but 80, 443 and 22, you should not leave other ports open, especially if you’re binding all the ports in docker like that.
And perhaps make it a good habit to bind ports to 127.0.0.1 by default, that way no one outside the local server can access them. You can do it like this: “127.0.0.1:8080:9090”
Where will people watch the movies? Someone still has to provide a service where you can get them. Most people don’t want to download and store them somewhere, Netflix is just easier. And Netflix can easily add them to their collection as well.