Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FA
factor @lemmy.dbzer0.com
Posts 1
Comments 2

stoppa chatcontrol!

stopscanningme.eu Stop Scanning Me

Privacy empowers. Surveillance weakens.

Stop Scanning Me

Nya sommar plågor för er som vill säga till så många som möjligt att ni inte vill ha EU i era mobiler som läser och lyssnar på allt ni säger!! https://soundcloud.com/datamaskiner

0
I2P Docker Container Question
  • for it to listen on all interfaces for that specific port. Notice that you need to remove the "network_mode: host" to be able to mapp ports. you will need to mapp all the ports that the service is using.

    version: "3.5"
    services:
        i2p:
            image: geti2p/i2p
            network_mode: host
            volumes:
                - ./i2pconfig:/i2p/.i2p
                - ./i2ptorrents:/i2psnark
        ports:
          - 7657:7657