Dockerfile* ease up the protocol restrictions a little
This commit is contained in:
parent
85f428df2c
commit
d1a453d812
@ -41,11 +41,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 && \
|
||||
|
@ -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 && \
|
||||
|
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user