Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

mypjb/fastdfs-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastdfs-docker

this is a fastdfs docker project

tracker defalut port

12050

storage default port

12041

start storage:

docker run --add-host fastdfs.net:10.10.5.170 --name fastdfs --net=host -v $(pwd):/storage/fastdfs -it mypjb/fastdfs

simultaneously started:

docker run --add-host fastdfs.net:10.10.5.170 --name fastdfs --net=host -e TRACKER_ENABLE=1 -v $(pwd):/storage/fastdfs -it mypjb/fastdfs

if you want to define listen nginx port Atendofstream NGINX_PORT replace:

docker run --add-host fastdfs.net:10.10.5.170 --name fastdfs --net=host -e TRACKER_ENABLE=1 -e NGINX_PORT=81 -v $(pwd):/storage/fastdfs -it mypjb/fastdfs

About

this is a fastdfs docker project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published