openmeetings / openmeetings-docker

Docker image for OM
Apache License 2.0
110 stars 56 forks source link

Docker image runs version 4.0.6 #10

Closed diegojserrano closed 5 years ago

diegojserrano commented 5 years ago

I am trying to run OM 5.0.0 and started by running the prebuilt docker image with the following command:

docker run -i --rm --name om-server -p 5443:5443 -p 8888:8888 openmeetings-docker-images.bintray.io/server:latest

But docker downloaded version 4.0.6. Is the image name right? On the 4.0.6 version readme.md the image name is the same.

Should I build it with docker?

solomax commented 5 years ago

Latest docker image uses latest release ... So I see no issues here :) To run 5.0.0 you should build it locally Please let me know if there will be any issues :)

diegojserrano commented 5 years ago

Thanks! I'll try to build it.