This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
3
Accessing container port with http redirects to unraid web GUI?
Post Body
I have a nextcloud container listening on port 8181 for http and 4444 for https.
root@Tower:~# netstat -tulpn|grep docker
tcp6 0 0 :::8181 :::* LISTEN 8781/docker-proxy
tcp6 0 0 :::4444 :::* LISTEN 8814/docker-proxy
tcp6 0 0 :::3306 :::* LISTEN 8550/docker-proxy
There is the container listening on port 8181 but when i open a browser and access http://1.2.3.4:8181 i get redirected to https://1.2.3.4/login which is the unraid web GUI.
How can I fix this?
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/unRAID/comm...