touch /home/config/fs.toml
Edit content as follow:
[web]
webroot="/tmp"
listen=":8080"
password="yourpass"
maxsearch=10000
docker pull leenzhu/fs:1.0.0
docker run -d \
--restart unless-stopped \
--name efs \
-p 2022:8080 \
-v host1:docker1 \
-v host2:docker2 \
leenzhu/fs:1.0.0
Content type
Image
Digest
Size
58.8 MB
Last updated
over 4 years ago
docker pull leenzhu/fs:1.0.3