diff --git a/Docker.md b/Docker.md index 92346b8..f668738 100644 --- a/Docker.md +++ b/Docker.md @@ -1,3 +1,22 @@ +## Docker Containers + +- [GitHub](https://github.com/wekan/wekan/pkgs/container/wekan) +- [Docker Hub](https://hub.docker.com/r/wekanteam/wekan) +- [Quay](https://quay.io/repository/wekan/wekan) + +docker-compose.yml at https://github.com/wekan/wekan + +Edit it to have IP address of your server +``` +export ROOT_URL=http://SERVER-IP-ADDRESS-HERE +``` +Then start WeKan with: +``` +docker-compose up -d +``` + +SSL/TLS info at https://github.com/wekan/wekan/wiki/Settings + ## Please only use Docker release tags ## Repair Docker