diff --git a/samba/README.md b/samba/README.md index 859ac06..0c551bb 100644 --- a/samba/README.md +++ b/samba/README.md @@ -15,6 +15,7 @@ samba: - ./smb.conf:/etc/samba/smb.conf - /mnt/usb:/share net: host + tty: yes restart: always ``` diff --git a/samba/docker-compose.yml b/samba/docker-compose.yml index 86e2d13..9a309d8 100644 --- a/samba/docker-compose.yml +++ b/samba/docker-compose.yml @@ -4,4 +4,5 @@ samba: - ./smb.conf:/etc/samba/smb.conf - /mnt/usb:/share net: host + tty: yes restart: always