I’m super new here. Trying to install nextcloudpi container in docker running on my raspberry pi.
I believe I got docker running correctly. For the installation of the container I’m following this guide, but I got stuck on installing the container.
Thank you very much
I believe its PiHole thats not playing along. I just changed that.
But now when I try to run the docker run command again it tells me:
You have to remove (or rename) that container to be able to reuse that name.
When I try to remove nextcloudpi it tells me there is no such file or directory
Sorry for asking again. I’d really like to have it running but it just wont work.
I deleted everything (docker and the container/image) to start a fresh install.
I installed docker according to this link and run also the command from there. I already changed the port of the pihole to 8080.
docker run -d -p 4443:4443 -p 443:443 -p 80:80 -v ncdata:/data --name nextcloudpi ownyourbits/nextcloudpi-armhf $203.0.113.195 //The IP address would be the address of the computer i want to access the nextcloud from. Right?
Hi! I am trying to get Pi-Hole and NextCloudPi both working as docker containers managed with Portainer. I can get one or the other working but not both since they’re both fighting for port 80 and 443. Does anyone know the best way to do this?