blob: 98cc5b09ce5de8744f5a2128ac8c8b8d233196e9 (
plain) (
tree)
|
|
```bash
sudo docker build -t superboum/amd64_seafile:v5 .
# When upgrading:
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:v5
```
|