tried setting up easy-ssb-pub on digital ocean droplet using ubuntu 17 following the instructions provided here but I'm encountering 3 problems
when i do docker start easy-ssb-pub it appears to start (something is now listening on 80, 8008, and 8007 via docker-proxy) but when i try and connect to port 80 i get connection refused
it dies after a couple minutes. dies being defined as nothing listening on those ports anymore
docker start easy-ssb-pub doesn't work after that. I have to stop it first then start (or use restart).
tried setting up easy-ssb-pub on digital ocean droplet using ubuntu 17 following the instructions provided here but I'm encountering 3 problems
docker start easy-ssb-pub
it appears to start (something is now listening on 80, 8008, and 8007 via docker-proxy) but when i try and connect to port 80 i get connection refuseddocker start easy-ssb-pub
doesn't work after that. I have to stop it first then start (or use restart).