blob: 819ad54a2d6bd5787e1bc740e6708692c6c954ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
```bash
sudo docker build -t superboum/amd64_seafile:v6 .
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
```
when upgrading, change the command on start
|