From 3f95ab4a20a2f8c1c212f15eb9c72d1fd3cc5097 Mon Sep 17 00:00:00 2001 From: piersonjarvis <33534845+piersonjarvis@users.noreply.github.com> Date: Fri, 16 Nov 2018 11:16:14 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db612d6..b53b7d2 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ This container was build with simplisity in mind. To run this container all you need to do is pass port 80 on the host to port 80 on the contrainer, and mount the volume you wish to share to /media/storage on the container. -Example: docker run -d -p 80:80 -v /path/on/host:/media/storage piersonjarvis/webmin-samba +Example: docker run -d -p 80:80 -p 139:139 -p 445:445 -v /path/on/host:/media/storage piersonjarvis/webmin-samba