oplkill@lemmy.world to memes@lemmy.worldEnglish · 1か月前When webdevs choosing port for their applemmy.worldimagemessage-square34fedilinkarrow-up1393arrow-down17
arrow-up1386arrow-down1imageWhen webdevs choosing port for their applemmy.worldoplkill@lemmy.world to memes@lemmy.worldEnglish · 1か月前message-square34fedilink
minus-squarex00z@lemmy.worldlinkfedilinkEnglisharrow-up3·1か月前I use docker ports but only allow the loopback like this: 127.0.0.1:11551:80 And then serve that app with the reverse proxy.
I use docker ports but only allow the loopback like this:
127.0.0.1:11551:80
And then serve that app with the reverse proxy.