You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-07-17 01:22:25 +02:00
fix samba
This commit is contained in:
@ -15,6 +15,7 @@ samba:
|
|||||||
- ./smb.conf:/etc/samba/smb.conf
|
- ./smb.conf:/etc/samba/smb.conf
|
||||||
- /mnt/usb:/share
|
- /mnt/usb:/share
|
||||||
net: host
|
net: host
|
||||||
|
tty: yes
|
||||||
restart: always
|
restart: always
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -4,4 +4,5 @@ samba:
|
|||||||
- ./smb.conf:/etc/samba/smb.conf
|
- ./smb.conf:/etc/samba/smb.conf
|
||||||
- /mnt/usb:/share
|
- /mnt/usb:/share
|
||||||
net: host
|
net: host
|
||||||
|
tty: yes
|
||||||
restart: always
|
restart: always
|
||||||
|
Reference in New Issue
Block a user