I’m trying to run Omero on a Digital Ocean droplet. The droplet OS is Ubuntu 18.04LTS. I installed docker and docker-compose.
I tried running this docker compose file - https://github.com/ome/docker-example-omero/tree/94a6a77d4efa98304ab8bcfb3e333343bd795603
I’m running it with docker-compose up -d
When I try to visit http://MY-IP-ADDRESS:4080
I get the Omero-web login page. However, when I try to log in I get Error: Server is not responding, please contact administrator.
Sorry for the basic questions, but what am I missing?