From 6d020b4c2a512a0eac66631af466349b1c5b9428 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Mon, 6 Jan 2020 22:59:57 +0100 Subject: [PATCH] Rename the volume for consistency --- documentations/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentations/docker-compose.yml b/documentations/docker-compose.yml index ea279c5..b362826 100644 --- a/documentations/docker-compose.yml +++ b/documentations/docker-compose.yml @@ -4,7 +4,7 @@ services: seafile-client: image: flowgunso/seafile-client:latest volumes: - - your_shared_volume:/library + - shared_volume:/library environment: SEAF_SERVER_URL: "" # The URL to your Seafile server. SEAF_USERNAME: "" # Your Seafile username. @@ -17,4 +17,4 @@ services: # GID: "" # Default is 1000. volumes: - your_shared_volume: \ No newline at end of file + shared_volume: \ No newline at end of file