zentao-docker
zentao-docker copied to clipboard
Quickon Docker Image for ZenTao(禅道官方容器镜像)
- OS: Ubuntu 22.04 - Docker: Community 24.0.7 ```sh docker run -it \ -v $PWD/data:/data \ -p 80:80 \ -e MYSQL_INTERNAL=false \ -e ZT_MYSQL_HOST=localhost \ -e ZT_MYSQL_PORT=3306 \ -e ZT_MYSQL_USER=user...
This Docker image doesn't seem to support HTTPS by default. I've done a quick patch today, just leave here for a record. The patch takes official document as reference -...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...