1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-07-15 01:14:25 +02:00

fix samba

This commit is contained in:
kev
2016-05-06 20:48:37 +08:00
parent 166fe887c8
commit 3ef4e23ec0
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ samba:
- ./smb.conf:/etc/samba/smb.conf
- /mnt/usb:/share
net: host
tty: yes
restart: always
```

View File

@ -4,4 +4,5 @@ samba:
- ./smb.conf:/etc/samba/smb.conf
- /mnt/usb:/share
net: host
tty: yes
restart: always