This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/docker/seafile/README.md

13 lines
294 B
Markdown
Raw Normal View History

2019-06-01 14:02:49 +00:00
2019-10-23 09:54:09 +00:00
```bash
sudo docker build -t superboum/amd64_seafile:v5 .
2019-06-01 14:02:49 +00:00
2019-10-23 09:54:09 +00:00
# When upgrading:
2019-06-01 14:02:49 +00:00
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 \
2019-10-23 09:54:09 +00:00
superboum/amd64_seafile:v5
2019-06-01 14:02:49 +00:00
```