Fastdfs config directory is/etc/fdfs. Nginx/Tengine server config directory is/usr/local/nginx/conf/conf.d,nginxuseinclude conf.d/*.conf;include server files. Use docker-compose docker-compose up -d Tips: 使用network_mode: host时注意添加 hosts,最好是把所有节点 hosts 都添加上,而且 tracker ...
ygqygq2/fastdfs-nginxPublic NotificationsYou must be signed in to change notification settings Fork44 Star77 Code Issues Pull requests Actions Projects Security Insights Additional navigation options Commit Browse filesBrowse the repository at this point in the history ...
# nginx url: https://freenginx.org/download/freenginx-${NGINX_VERSION}.tar.gz # tengine url: http://tengine.taobao.org/download/tengine-${TENGINE_VERSION}.tar.gz RUN git clone -b $FASTDFS_NGINX_MODULE_VERSION https://github.com/happyfish100/fastdfs-nginx-module.git fastdfs-nginx-mo...
- 28080:8080 depends_on: - tracker storage1: container_name: storage1 image: ygqygq2/fastdfs-nginx:latest command: storage #network_mode: host networks: - fastdfs-net environment: - TRACKER_SERVER=tracker:22122 volumes: - /var/fdfs/storage1:/var/fdfs ports: - 28081:8080 depends_on: -...
已经在docker中部署好了2个tracker和2个storage 目前遇到的问题,通过HTTP访问上传的图片 报错: 400 Bad Request Your browser sent a request that this server could not understand. Sorry for the inconvenience. Please report this message and include the followin
feat: 优化fastdfs-nginx Dockerfile 2 years ago 2 #networks: 3 # fastdfs-net: 4 # external: true 5 networks: 6 fastdfs-net: 7 driver: bridge no message 5 years ago 8 services: no message 5 years ago 9 tracker: 10 container_name: tracker feat: update fastdfs V6.04...