You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-06-03 19:26:34 +02:00
Added --no-process-group to the samba dockerfile: https://stackoverflow.com/questions/49357524/docker-alpine-samba-does-not-start
This commit is contained in:
+1
-1
@@ -17,4 +17,4 @@ EXPOSE 137/udp \
|
||||
139/tcp \
|
||||
445/tcp
|
||||
|
||||
CMD nmbd -D && smbd -FS
|
||||
CMD nmbd -D && smbd -FS --no-process-group
|
||||
|
||||
Reference in New Issue
Block a user