CrayfishGo / docker-fastdfs

10 stars 6 forks source link

Preparation

Usage

Start the fastdfs stack using docker-compose:

$ docker-compose up

You can also choose to run it in background (detached mode):

$ docker-compose up -d

By default, the stack exposes the following ports:

Configuration

  1. Manually create the directory /data/fastdfs. Also, you can specify your customized directory, such as: /home/fastdfs.
  2. Modify configuration files which under the config folder.