diff --git a/Docker.md b/Docker.md index 782dc90..c8c7907 100644 --- a/Docker.md +++ b/Docker.md @@ -1,3 +1,9 @@ +## Notes + +Currently there are two dockerhub builds for wekan. One at [mquandalle dockerhub](https://hub.docker.com/r/mquandalle/wekan/builds/) and another at [wekanteam dockerhub](https://hub.docker.com/r/wekanteam/wekan/builds/). + +For now [wekanteam dockerhub](https://hub.docker.com/r/wekanteam/wekan/builds/) is recommended as it supports tagged releases. There is a separate `docker-compose.yml` for [wekanteam dockerhub](https://hub.docker.com/r/wekanteam/wekan/builds/) at [this repo link](https://github.com/wekan/wekan-mongodb/blob/master/docker-compose.yml). + ## Development: ### `docker run` examples @@ -39,8 +45,6 @@ echo 'USE_EDGE=true' >> .env && \ sudo docker-compose up -d --build ``` -- Using [wekan_mongodb](https://github.com/wekan/wekan-mongodb/blob/master/docker-compose.yml) - contains the only required Docker Compose file. - ## Other resources First registered Wekan user will get Admin Panel on new Docker and source based