sjqzhang / go-fastdfs

go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
https://gitee.com/sjqzhang/go-fastdfs
The Unlicense
3.94k stars 747 forks source link

关于docker部署 #435

Closed xxxmoonquake-dxq closed 7 months ago

xxxmoonquake-dxq commented 7 months ago

image docker上其他服务器运转都正常, image 日志显示端口监听也是正常的,求解答

sjqzhang commented 7 months ago

看一下视频教程,localhost是容器的ip,如需直接访问,网络模式要改为host模式,具体查阅docker相关文档