mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-09-14 05:56:46 +08:00

- 恢复完整的Docker测试环境配置 - 支持MySQL, Redis, SSH, MongoDB等多种服务测试 - 包含57个测试环境配置文件 - 方便进行插件功能验证和性能测试
2 lines
139 B
Plaintext
2 lines
139 B
Plaintext
docker run -d -p 20:20 -p 21:21 -e FTP_USER=admin -e FTP_PASS=123456 -e PASV_ADDRESS=127.0.0.1 --name ftp bogem/ftp
|
|
Mac上可能有问题 |