Dockerfile* ease up the protocol restrictions a little
This commit is contained in:
@@ -42,11 +42,11 @@ RUN apk --no-cache --no-progress upgrade && \
|
||||
echo ' recycle:versions = yes' >>$file && \
|
||||
echo '' >>$file && \
|
||||
echo ' # Security' >>$file && \
|
||||
echo ' client ipc max protocol = default' >>$file && \
|
||||
echo ' client ipc max protocol = SMB3' >>$file && \
|
||||
echo ' client ipc min protocol = SMB2_10' >>$file && \
|
||||
echo ' client max protocol = default' >>$file && \
|
||||
echo ' server max protocol = default' >>$file && \
|
||||
echo ' client max protocol = SMB3' >>$file && \
|
||||
echo ' client min protocol = SMB2_10' >>$file && \
|
||||
echo ' server max protocol = SMB3' >>$file && \
|
||||
echo ' server min protocol = SMB2_10' >>$file && \
|
||||
echo '' >>$file && \
|
||||
echo ' # Time Machine' >>$file && \
|
||||
|
||||
Reference in New Issue
Block a user