Is it? Last time I tried none of my docker compose files would start correctly in podman compose.
Is it? Last time I tried none of my docker compose files would start correctly in podman compose.
My Netgear switch doesn’t support Level 3 routing. It only supports basic VLAN functions.
From the switch? I thought the routing was done at the router level?
Doesn’t look like it but if I set up VLANs unless an user is on the correct VLAN they can’t access the web interface. And the only way for them to get access is to get physical access and plug a device into the correct port.
It is a managed switch. What’s wrong with TP-Link managed switches?
I have a basic Netgear managed switch for VLANs.
Or use LetsEncrypt it’s free to get an SSL certificate.
Where do you see that? Looks like a torrent client let running to me.
If only one container has been updated then when you run docker compose up -d it will only recreate that container, unless it is a dependency of another container (like a database) in which case it will restart all containers that depend on it as well.
You don’t need to run docker-compose down.
docker-compose pull; docker-compose up -d is enough
Did you add your subdomain to your nginx configuration?
server_name DOMAIN_NAME;
Posting your nginx configuration would be useful too.
Very interesting to read. A lot of this is not really surprising like Docker being much higher than bare metal installations.
However, I’m surprised Caddy wasn’t higher. While I use nginx I keep hearing good things about Caddy.
Yes it does. Only the MAC address you assigned to that IP will get it.