2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 06:28:23 +01:00

fix samba volumes

This commit is contained in:
kev
2016-04-12 18:28:27 +08:00
parent c8517a8e7b
commit 1ca5c0fc5e
5 changed files with 36 additions and 6 deletions

View File

@@ -11,6 +11,9 @@ RUN set -xe \
COPY smb.conf /etc/samba/
VOLUME /etc/samba \
/var/lib/samba
EXPOSE 137/udp \
138/udp \
139/tcp \