Closed aspeitkamp closed 7 years ago
Ok, I am an idiot... changing to port 5001 worked.
So something must have been using 8888. I did check this previously with netstat
, but I must have messed up, since I didn't see that it must have been used...
So problem seems to be solved for me. Thanks
How did you "change" to port 5001?
Simply by starting the container with the port parameter:
docker run -d -p 5001:8888 --name nextcloud \
followed by the rest of the parameters...
Hi all, most likely a configuration issue on my end, but I cannot seem to be able to work it out myself. This is what I did:
1) Start DB:
This runs without any obvious errors.
2) Start Nexcloud
Also no obvious (for me at least) errors. Unfortunately I cannot access the webgui from inside the local LAN (from a different PC). Other docker containers e.g. plex, unifi seem to be working fine and are accessible.
3) Logs Not sure if I got everything but this is what I did:
docker logs -f nextcloud
which givesdocker stats nextcloud
docker ps
To be complete a
addr ip
gives:I used the following URL to try to access the webgui:
192.168.1.6:8888
nas:8888
http://192.168.1.6:8888
https://192.168.1.6:8888
I would be very glad if somebody could push me into the right direction with this. I guess it must be somthing obious for the docker experienced users...
Thanks!