Skip to content

Commit 2238906

Browse files
author
Louis Laborde
committed
1 parent 6bbb326 commit 2238906

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ Let's break that command down into its individual pieces to see what's required
9292

9393
The container will look for environment variables that start with `NFS_EXPORT_` and end with an integer. e.g. `NFS_EXPORT_0`, `NFS_EXPORT_1`, etc.
9494

95-
docker run \
96-
-e NFS_EXPORT_0='/container/path/foo *(ro,no_subtree_check)' \
97-
-e NFS_EXPORT_1='/container/path/bar 123.123.123.123/32(rw,no_subtree_check)' \
98-
... \
95+
docker run \
96+
-e NFS_EXPORT_0=/container/path/foo *(ro,no_subtree_check) \
97+
-e NFS_EXPORT_1=/container/path/bar 123.123.123.123/32(rw,no_subtree_check) \
98+
... \
9999
erichough/nfs-server
100100

101101
1. bake `/etc/exports` into a custom image

0 commit comments

Comments
 (0)