1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00: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

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

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