From 1c9f036a1b346ba68c477610837a1b020c3777cb Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Wed, 15 Jan 2020 21:22:27 +0100 Subject: [PATCH] Fix the line breaks in the Docker CLI example --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 521a85d..53cce9f 100644 --- a/README.md +++ b/README.md @@ -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 ```