Run a seafile client inside docker which can sync files from seafile repositories
100K+
Run a seafile client inside docker which can sync files from seafile repositories
Template docker-compose file:
version: '2'
services:
seafile-client:
restart: always
image: gronis/seafile-client
container_name: seafile-client
environment:
- LIBRARY_ID=<your-library-id-here>
- SERVER_URL=<server-url>
- SERVER_PORT=<server-port>
- USERNAME=<username>
- PASSWORD=<password>
- DATA_DIR=<directory-path-to-sync>
volumes:
- <host-volume-path>:<directory-path-to-sync>
Content type
Image
Digest
Size
62 MB
Last updated
over 4 years ago
docker pull gronis/seafile-client