Fix the line breaks in the Docker CLI example

This commit is contained in:
flow.gunso
2020-01-15 21:22:27 +01:00
parent fe1ca24a49
commit 1c9f036a1b

View File

@@ -47,10 +47,10 @@ Override the _UID_ and _GID_ for volume read/write permissions.
## As a Docker command
```
docker run \
-e SEAF_SERVER_URL=https://seafile.example/
-e SEAF_USERNAME=a_seafile_user
-e SEAF_PASSWORD=SoMePaSSWoRD
-e SEAF_LIBRARY_UUID=an-hexadecimal-library-uuid
-e SEAF_SERVER_URL=https://seafile.example/ \
-e SEAF_USERNAME=a_seafile_user \
-e SEAF_PASSWORD=SoMePaSSWoRD \
-e SEAF_LIBRARY_UUID=an-hexadecimal-library-uuid \
-v path/to/shared/volume:/library \
flowgunso/seafile-client:latest
```