infrastructure/docker/seafile/README.md

12 lines
272 B
Markdown
Raw Normal View History

2019-06-01 14:02:49 +00:00
```
sudo docker build -t superboum/amd64_seafile:v4 .
sudo docker run -t -i \
-v /mnt/glusterfs/seafile:/mnt/seafile-data \
-v /mnt/glusterfs/seaconf/conf:/srv/webstore/conf \
-v /mnt/glusterfs/seaconf/ccnet:/srv/webstore/ccnet \
superboum/amd64_seafile:v4
```