Skip to content

Commit 67e5a98

Browse files
committed
Setup samba for testing SMB import
1 parent e146bc0 commit 67e5a98

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

samba/docker-compose.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
version: "3.9"
3+
4+
services:
5+
samba:
6+
image: dockurr/samba
7+
container_name: samba
8+
environment:
9+
NAME: "testtf"
10+
USER: "samba"
11+
PASS: "samba"
12+
ports:
13+
- 445:445
14+
volumes:
15+
- ./sambashare:/storage
16+
restart: always

0 commit comments

Comments
 (0)