1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00

update samba

This commit is contained in:
kev 2016-07-03 22:48:47 +08:00
parent a65f9abcd3
commit c439e3c4ce
5 changed files with 7 additions and 3 deletions

@ -12,13 +12,15 @@ Linux and Unix.
samba: samba:
image: vimagick/samba image: vimagick/samba
volumes: volumes:
- ./smb.conf:/etc/samba/smb.conf # - ./smb.conf:/etc/samba/smb.conf
- /mnt/usb:/share - /mnt/usb:/share
net: host net: host
tty: yes tty: yes
restart: always restart: always
``` ```
> Uncomment to use a customized config file.
## mnt-usb.mount ## mnt-usb.mount
An USB flash drive is mounted at `/mnt/usb`. An USB flash drive is mounted at `/mnt/usb`.

@ -1,7 +1,7 @@
samba: samba:
image: easypi/samba-arm image: easypi/samba-arm
volumes: volumes:
- ./smb.conf:/etc/samba/smb.conf # - ./smb.conf:/etc/samba/smb.conf
- /mnt/usb:/share - /mnt/usb:/share
net: host net: host
tty: yes tty: yes

@ -25,6 +25,7 @@ browseable = no
writable = yes writable = yes
[share] [share]
comment = Public File Sharing
path = /share path = /share
browseable = yes browseable = yes
read only = no read only = no

@ -1,7 +1,7 @@
samba: samba:
image: vimagick/samba image: vimagick/samba
volumes: volumes:
- ./smb.conf:/etc/samba/smb.conf # - ./smb.conf:/etc/samba/smb.conf
- ./share:/share - ./share:/share
net: host net: host
tty: yes tty: yes

@ -25,6 +25,7 @@ browseable = no
writable = yes writable = yes
[share] [share]
comment = Public File Sharing
path = /share path = /share
browseable = yes browseable = yes
read only = no read only = no