From 3ef4e23ec08310e78b7cb464ec034fbdd96ed635 Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 6 May 2016 20:48:37 +0800 Subject: [PATCH] fix samba --- samba/README.md | 1 + samba/docker-compose.yml | 1 + 2 files changed, 2 insertions(+) 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