From a17353bb7a9852e751e1e61b6d2d6a77a9acb166 Mon Sep 17 00:00:00 2001 From: NEDIX <2658411+nedix@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:27:45 +0200 Subject: [PATCH] Update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59eb761..641877d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ mkdir s3-nfs \ && mount -v -o vers=4 -o port=2049 127.0.0.1:/ ./s3-nfs ``` -#### (Option 2.) Use as a Docker Compose volume +#### (Option 2.) Use as a Compose volume The example Compose manifest will start the s3-nfs service on localhost port `2049`. It will then make the NFS filesystem available to other services by configuring it as a volume.