• 0 Posts
  • 3 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle
  • I occasionally use middle mouse paste, but I switched my partner over from Windows recently and they were used to scrolling by holding MMB and dragging which seems to be the default on Windows…

    I expected there to be a toggle to turn off middle mouse paste but there just wasn’t. I had to go into multiple different places to disable it and enable autoscroll for all their apps. I ended up installing a hacky tool that would just clear the clipboard whenever MMB was pressed.

    If anything can make this process easier, I’m all for it.



  • Melmi@lemmy.blahaj.zonetoSelfhosted@lemmy.worldDocker security
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    4 months ago

    If there’s a port you want accessible from the host/other containers but not beyond the host, consider using the expose directive instead of ports. As an added bonus, you don’t need to come up with arbitrary ports to assign on the host for every container with a shared port.

    IMO it’s more intuitive to connect to a service via container_name:443 instead of localhost:8443