• 0 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: December 15th, 2023

help-circle
  • mcx808toDockerContainers can't access the web
    link
    fedilink
    arrow-up
    1
    ·
    4 days ago

    If you’re using docker compose, it will create a default bridge network with a CIDR that could overlap with a real network routable to the host, which messes up network egress from the container.

    If this is the case it’s useful to specify the bridge network CIDR in the compose file as something you don’t use.




  • What is ‘end-to-end encrypted’ about dumbdrop? I ran a quick test by running docker run -p 3000:3000 -c /private/tmp/dumbdrop:/app/uploads dumbwareio/dumbdrop:latest

    Opened localhost:3000 and uploaded a file.

    A copy of that file is now sitting, unencrypted in /tmp/dumbdrop. Searched the documentation for the work encrypt and found nothing.