mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update samba
This commit is contained in:
parent
a65f9abcd3
commit
c439e3c4ce
@ -12,13 +12,15 @@ Linux and Unix.
|
||||
samba:
|
||||
image: vimagick/samba
|
||||
volumes:
|
||||
- ./smb.conf:/etc/samba/smb.conf
|
||||
# - ./smb.conf:/etc/samba/smb.conf
|
||||
- /mnt/usb:/share
|
||||
net: host
|
||||
tty: yes
|
||||
restart: always
|
||||
```
|
||||
|
||||
> Uncomment to use a customized config file.
|
||||
|
||||
## mnt-usb.mount
|
||||
|
||||
An USB flash drive is mounted at `/mnt/usb`.
|
||||
|
@ -1,7 +1,7 @@
|
||||
samba:
|
||||
image: easypi/samba-arm
|
||||
volumes:
|
||||
- ./smb.conf:/etc/samba/smb.conf
|
||||
# - ./smb.conf:/etc/samba/smb.conf
|
||||
- /mnt/usb:/share
|
||||
net: host
|
||||
tty: yes
|
||||
|
@ -25,6 +25,7 @@ browseable = no
|
||||
writable = yes
|
||||
|
||||
[share]
|
||||
comment = Public File Sharing
|
||||
path = /share
|
||||
browseable = yes
|
||||
read only = no
|
||||
|
@ -1,7 +1,7 @@
|
||||
samba:
|
||||
image: vimagick/samba
|
||||
volumes:
|
||||
- ./smb.conf:/etc/samba/smb.conf
|
||||
# - ./smb.conf:/etc/samba/smb.conf
|
||||
- ./share:/share
|
||||
net: host
|
||||
tty: yes
|
||||
|
@ -25,6 +25,7 @@ browseable = no
|
||||
writable = yes
|
||||
|
||||
[share]
|
||||
comment = Public File Sharing
|
||||
path = /share
|
||||
browseable = yes
|
||||
read only = no
|
||||
|
Loading…
Reference in New Issue
Block a user