Dockerfile now that docker is adding --tmpfs, remove volumes added for read-only
This commit is contained in:
parent
417e1d79a8
commit
6a501fabe6
@ -21,8 +21,7 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \
|
||||
echo '' >>/etc/samba/smb.conf
|
||||
COPY samba.sh /usr/bin/
|
||||
|
||||
VOLUME ["/run", "/tmp", "/var/cache", "/var/lib", "/var/log", "/var/tmp", \
|
||||
"/etc/samba"]
|
||||
VOLUME ["/etc/samba"]
|
||||
|
||||
EXPOSE 139 445
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user