greyltc / docker-owncloud

Arch linux based docker container with owncloud
111 stars 37 forks source link

Refused to connect. #99

Closed ghost closed 8 years ago

ghost commented 8 years ago

I've run the container using docker run --name oc -p 800:80 -p 4430:443 -d l3iggs/owncloud

I have Nginx running reverse proxy on 80 and 443 already so I just added a zero onto the provided ports. When trying to connect to the container it gives a Refused to connect error. When I bound a port via ssh -D and tried connecting to it locally it still gave this error. This is on a fresh install of Arch Linux. The only major changes I've made to the system is yanking out the old 3.14 kernel provided by OVH and replaced it with the current Linux Kernel. I've used this exact setup before so I'm surprised it's giving me so much trouble.

Any ideas as to what could be causing this? There is no iptable rules or firewall active.

greyltc commented 8 years ago

I'll have a look at it now.

greyltc commented 8 years ago

Yep. I broke it yesterday by accident. Fixing now...

greyltc commented 8 years ago

Should be fixed now. Sorry about the breakage. Please pull l3iggs/owncloud and confirm here that things are working for you.

ghost commented 8 years ago

Confirm things are working. Thanks !