mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +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:
parent
6621e77691
commit
0eaafb1864
@ -17,4 +17,4 @@ EXPOSE 137/udp \
|
||||
139/tcp \
|
||||
445/tcp
|
||||
|
||||
CMD nmbd -D && smbd -FS
|
||||
CMD nmbd -D && smbd -FS --no-process-group
|
||||
|
Loading…
Reference in New Issue
Block a user