Rename the volume for consistency

This commit is contained in:
flow.gunso
2020-01-06 22:59:57 +01:00
parent b0afee7b64
commit 6d020b4c2a

View File

@@ -4,7 +4,7 @@ services:
seafile-client: seafile-client:
image: flowgunso/seafile-client:latest image: flowgunso/seafile-client:latest
volumes: volumes:
- your_shared_volume:/library - shared_volume:/library
environment: environment:
SEAF_SERVER_URL: "" # The URL to your Seafile server. SEAF_SERVER_URL: "" # The URL to your Seafile server.
SEAF_USERNAME: "" # Your Seafile username. SEAF_USERNAME: "" # Your Seafile username.
@@ -17,4 +17,4 @@ services:
# GID: "" # Default is 1000. # GID: "" # Default is 1000.
volumes: volumes:
your_shared_volume: shared_volume: