this post was submitted on 29 May 2026
8 points (100.0% liked)

Docker

1448 readers
2 users here now

founded 3 years ago
MODERATORS
 

Hey guys!

I want to take the next step in selfhosting and it seems that docker is something I need for my projects.

I am running a Raspberry Pi 5 (16GB) with pihole+unbound and I want to install NextCloud as well. The problem is: NextCloud and PiHole both want to use port 80, which conflicts.

So, I probably need to remap the ports with docker. I already saw some videos and read some instructions, but so far I had no success setting it up. It's pretty confusing, with no docker-experience.

How do you handle this issue? Maybe I just need a little push in the right direction.

~sp3ctre

you are viewing a single comment's thread
view the rest of the comments
[–] slazer2au@lemmy.world 3 points 2 weeks ago

Toss a reverse proxy in front like Traefik and that way any docker container can overlap however it wants.