Files
docker-seafile-client/documentations/assets/cli.bash
T
2024-08-24 22:46:19 +02:00

9 lines
301 B
Bash

docker run \
-e SEAF_SERVER_URL="https://seafile.example/" \
-e SEAF_USERNAME="a_seafile_user" \
-e SEAF_PASSWORD="SoMePaSSWoRD" \
-e SEAF_LIBRARY="an-hexadecimal-library-uuid" \
-v path/to/library:/library \
-v path/to/client/data:/seafile \
flrnnc/seafile-client:latest