2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 21:33:02 +01: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

View File

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