A weekly Updated Seafile Client Docker Image
526
Seafile Client Docker Image
You can find all files under /app/seafiles/seafile/LIBRARY_NAME so e.g. if your Library is named Downloads than the path to your files would be /app/seafiles/seafile/Downloads
The Container gets automatically build every week with the freshed updates available.
version: "3"
services:
app:
image: nopenix/seafile-client
volumes:
- SeafileData:/app/seafiles/seafile/LIBRARY_NAME # !!CHANGE!! LIBRARY_NAME to the name of your Library
environment:
- SERVER=ServerURI # e.g. https://share.example.com
- LIB_ID=000aaaaa-a0aa-0a00-0aa0-000a0000a000 # Library ID
- SEAFILE_USERNAME= # E-Mail address of the user
- $SEAFILE_PASSWORD=
volumes:
SeafileData:
Content type
Image
Digest
sha256:49e567209…
Size
89.6 MB
Last updated
about 3 years ago
docker pull nopenix/seafile-client