Update README.md

This commit is contained in:
piersonjarvis 2018-11-16 11:16:14 -08:00
parent c2913e3b5d
commit 3f95ab4a20

View File

@ -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