1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00

Merge pull request #87 from nedtwigg/master

Fix samba
This commit is contained in:
Kevin He 2019-10-27 07:33:11 +08:00 committed by GitHub
commit b4d20f9e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,4 +17,4 @@ EXPOSE 137/udp \
139/tcp \
445/tcp
CMD nmbd -D && smbd -FS
CMD nmbd -D && smbd -FS --no-process-group